Home
last modified time | relevance | path

Searched refs:pend (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_host/port/core/settings/src/
A Dsettings_line.c253 char *pend; in settings_line_raw_read_until() local
254 pend = memchr(&temp_buf[off], *until_char, len); in settings_line_raw_read_until()
255 if (pend != NULL) { in settings_line_raw_read_until()
256 len = pend - &temp_buf[off]; in settings_line_raw_read_until()
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/cmsis/inc/ca/
A Dcore_ca.h1291 uint32_t pend; in GIC_GetPendingIRQ() local
1294 pend = (GICDistributor->ISPENDR[IRQn / 32U] >> (IRQn % 32U)) & 1UL; in GIC_GetPendingIRQ()
1297 pend = (GICDistributor->SPENDSGIR[IRQn / 4U] >> ((IRQn % 4U) * 8U)) & 0xFFUL; in GIC_GetPendingIRQ()
1299 if (pend != 0U) { in GIC_GetPendingIRQ()
1300 pend = 1U; in GIC_GetPendingIRQ()
1302 pend = 0U; in GIC_GetPendingIRQ()
1306 return (pend); in GIC_GetPendingIRQ()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dpngerror.c324 png_const_charp pend = p[parameter] + (sizeof p[parameter]); in png_formatted_warning() local
330 while (i<(sizeof msg)-1 && *parm != '\0' && parm < pend) in png_formatted_warning()
/AliOS-Things-master/components/osal_aos/
A DREADME.md773 …引起优先级反转。当高优先级的任务需要的信号量被低优先级任务占用时,处理器资源会调度给低优先级任务。此时如果低优先级需要获取的另一个信号量被中优先级的pend任务所占用,那么低优先级的任务则需要等待…

Completed in 14 milliseconds