Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ieee802154/
Dieee802154_cc13xx_cc26xx_subg.c244 #define LOCK_TIMEOUT (k_is_in_isr() ? K_NO_WAIT : K_FOREVER) macro
420 if (k_sem_take(&drv_data->lock, LOCK_TIMEOUT)) { in cmd_prop_rx_adv_callback()
458 if (k_sem_take(&drv_data->lock, LOCK_TIMEOUT)) { in ieee802154_cc13xx_cc26xx_subg_cca()
586 if (k_sem_take(&drv_data->lock, LOCK_TIMEOUT)) { in ieee802154_cc13xx_cc26xx_subg_set_channel()
657 if (k_sem_take(&drv_data->lock, LOCK_TIMEOUT)) { in ieee802154_cc13xx_cc26xx_subg_set_txpower()
760 if (k_sem_take(&drv_data->lock, LOCK_TIMEOUT)) { in ieee802154_cc13xx_cc26xx_subg_start()
808 if (k_sem_take(&drv_data->lock, LOCK_TIMEOUT)) { in ieee802154_cc13xx_cc26xx_subg_stop_if()
/Zephyr-latest/drivers/clock_control/
Dclock_control_litex.h46 #define LOCK_TIMEOUT DT_PROP(MMCM, litex_lock_timeout) macro
Dclock_control_litex.c1624 timeout->lock = LOCK_TIMEOUT; in litex_clk_dts_timeout_read()
1787 .timeout = {LOCK_TIMEOUT, DRDY_TIMEOUT},