Searched defs:in_isr (Results  1 – 2 of 2) sorted by relevance
| /Zephyr-latest/modules/hal_infineon/abstraction-rtos/source/COMPONENT_ZEPHYR/ | 
| D | cyabs_rtos_zephyr.c | 425 cy_rslt_t cy_rtos_get_semaphore(cy_semaphore_t *semaphore, cy_time_t timeout_ms, bool in_isr)  in cy_rtos_get_semaphore()459 cy_rslt_t cy_rtos_set_semaphore(cy_semaphore_t *semaphore, bool in_isr)  in cy_rtos_set_semaphore()
 518 cy_rslt_t cy_rtos_setbits_event(cy_event_t *event, uint32_t bits, bool in_isr)  in cy_rtos_setbits_event()
 532 cy_rslt_t cy_rtos_clearbits_event(cy_event_t *event, uint32_t bits, bool in_isr)  in cy_rtos_clearbits_event()
 636 			    bool in_isr)  in cy_rtos_put_queue()
 663 cy_rslt_t cy_rtos_get_queue(cy_queue_t *queue, void *item_ptr, cy_time_t timeout_ms, bool in_isr)  in cy_rtos_get_queue()
 
 | 
| /Zephyr-latest/include/zephyr/kernel/mm/ | 
| D | demand_paging.h | 51 		unsigned long			in_isr;  member
 |