Searched refs:tx_wait (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/drivers/ieee802154/ |
D | ieee802154_nrf5.h | 61 struct k_sem tx_wait; member
|
D | ieee802154_b91.h | 97 struct k_sem tx_wait; member
|
D | ieee802154_b91.c | 347 k_sem_give(&data.tx_wait); in b91_rf_tx_isr() 371 k_sem_init(&b91->tx_wait, 0, 1); in b91_init() 551 k_sem_reset(&b91->tx_wait); in b91_tx() 560 status = k_sem_take(&b91->tx_wait, K_MSEC(B91_TX_WAIT_TIME_MS)); in b91_tx()
|
D | ieee802154_nrf5.c | 594 k_sem_reset(&nrf5_radio->tx_wait); in nrf5_tx() 633 k_sem_take(&nrf5_radio->tx_wait, K_FOREVER); in nrf5_tx() 797 k_sem_init(&nrf5_radio->tx_wait, 0, 1); in nrf5_init() 1217 k_sem_give(&nrf5_data.tx_wait); in nrf_802154_transmitted_raw() 1230 k_sem_give(&nrf5_data.tx_wait); in nrf_802154_transmit_failed()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | rpr_cli.c | 422 static int tx_wait(struct bt_mesh_rpr_cli *cli, in tx_wait() function 489 return tx_wait(cli, &cli->scan_ack_ctx, srv, &buf, RPR_OP_SCAN_CAPS_STATUS, caps); in bt_mesh_rpr_scan_caps_get() 499 return tx_wait(cli, &cli->scan_ack_ctx, srv, &buf, RPR_OP_SCAN_STATUS, status); in bt_mesh_rpr_scan_get() 522 return tx_wait(cli, &cli->scan_ack_ctx, srv, &buf, RPR_OP_SCAN_STATUS, status); in bt_mesh_rpr_scan_start() 559 return tx_wait(cli, &cli->scan_ack_ctx, srv, &buf, RPR_OP_SCAN_STATUS, status); in bt_mesh_rpr_scan_stop() 569 return tx_wait(cli, &cli->prov_ack_ctx, srv, &buf, RPR_OP_LINK_STATUS, rsp); in bt_mesh_rpr_link_get() 580 return tx_wait(cli, &cli->prov_ack_ctx, srv, &buf, RPR_OP_LINK_STATUS, rsp); in bt_mesh_rpr_link_close()
|