Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_bt.c126 static void tx_work_handler(struct k_work *work) in tx_work_handler() function
331 k_work_init_delayable(&dev_data->uart.tx_work, tx_work_handler); in uart_bt_init()
/Zephyr-latest/subsys/bluetooth/mesh/
Dpb_adv.c152 static void tx_work_handler(struct k_work *work);
153 static K_WORK_DELAYABLE_DEFINE(tx_work, tx_work_handler);
231 static void tx_work_handler(struct k_work *work) in tx_work_handler() function
/Zephyr-latest/subsys/usb/device/class/
Dcdc_acm.c252 static void tx_work_handler(struct k_work *work) in tx_work_handler() function
507 k_work_init_delayable(&dev_data->tx_work, tx_work_handler); in cdc_acm_init()