Searched refs:usart_event_cb_t (Results 1 – 4 of 4) sorted by relevance
| /bsp/ck802/libraries/include/ |
| A D | drv_usart.h | 127 typedef void (*usart_event_cb_t)(usart_event_e event, void *cb_arg); ///< Pointer to \ref usart_e… typedef 149 usart_handle_t csi_usart_initialize(pin_t tx, pin_t rx, usart_event_cb_t cb_event, void *cb_arg);
|
| /bsp/thead-smart/drivers/ |
| A D | drv_usart.h | 166 typedef void (*usart_event_cb_t)(int32_t idx, usart_event_e event); ///< Pointer to \ref usart_ev… typedef 201 usart_handle_t csi_usart_initialize(int32_t idx, usart_event_cb_t cb_event);
|
| A D | ck_usart.c | 44 usart_event_cb_t cb_event; ///< Event callback 610 usart_handle_t csi_usart_initialize(int32_t idx, usart_event_cb_t cb_event) in csi_usart_initialize()
|
| /bsp/ck802/libraries/common/usart/ |
| A D | dw_usart.c | 58 usart_event_cb_t cb_event; ///< Event callback 432 usart_handle_t csi_usart_initialize(pin_t tx, pin_t rx, usart_event_cb_t cb_event, void *cb_arg) in csi_usart_initialize()
|
Completed in 18 milliseconds