Home
last modified time | relevance | path

Searched defs:in_isr (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/modules/hal_infineon/abstraction-rtos/source/COMPONENT_ZEPHYR/
Dcyabs_rtos_zephyr.c311 cy_rslt_t cy_rtos_thread_set_notification(cy_thread_t *thread, bool in_isr) in cy_rtos_thread_set_notification()
427 cy_rslt_t cy_rtos_get_semaphore(cy_semaphore_t *semaphore, cy_time_t timeout_ms, bool in_isr) in cy_rtos_get_semaphore()
463 cy_rslt_t cy_rtos_set_semaphore(cy_semaphore_t *semaphore, bool in_isr) in cy_rtos_set_semaphore()
524 cy_rslt_t cy_rtos_setbits_event(cy_event_t *event, uint32_t bits, bool in_isr) in cy_rtos_setbits_event()
540 cy_rslt_t cy_rtos_clearbits_event(cy_event_t *event, uint32_t bits, bool in_isr) in cy_rtos_clearbits_event()
646 bool in_isr) in cy_rtos_put_queue()
675 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/
Ddemand_paging.h51 unsigned long in_isr; member