Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ieee802154/
Dieee802154_cc1200.c181 k_sem_give(&cc1200->tx_sync); in gpio0_int_handler()
650 k_sem_take(&cc1200->tx_sync, K_MSEC(100)); in cc1200_tx()
653 k_sem_take(&cc1200->tx_sync, K_MSEC(100)); in cc1200_tx()
760 k_sem_init(&cc1200->tx_sync, 0, 1); in cc1200_init()
Dieee802154_cc1200.h48 struct k_sem tx_sync; member
Dieee802154_cc2520.h42 struct k_sem tx_sync; member
Dieee802154_cc2520.c390 k_sem_give(&cc2520->tx_sync); in sfd_int_handler()
817 k_sem_init(&cc2520->tx_sync, 0, K_SEM_MAX_LIMIT); in cc2520_tx()
825 k_sem_take(&cc2520->tx_sync, K_MSEC(10)); in cc2520_tx()