Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/bluetooth/hci/
Dipm_stm32wb.c58 static K_SEM_DEFINE(ipm_busy, 1, 1);
182 k_sem_take(&ipm_busy, K_FOREVER); in bt_ipm_rx_thread()
256 k_sem_give(&ipm_busy); in bt_ipm_rx_thread()
362 k_sem_take(&ipm_busy, K_FOREVER); in bt_ipm_send()
383 k_sem_give(&ipm_busy); in bt_ipm_send()
388 k_sem_give(&ipm_busy); in bt_ipm_send()