ChibiOS/HAL  7.2.0
hal_sio_operation Struct Reference

Structure representing a SIO operation. More...

#include <hal_sio.h>

Collaboration diagram for hal_sio_operation:
Collaboration graph

Data Fields

siocb_t rx_cb
 Receive non-empty callback. More...
 
siocb_t rx_idle_cb
 Receive idle callback. More...
 
siocb_t tx_cb
 Transmission buffer non-full callback. More...
 
siocb_t tx_end_cb
 Physical end of transmission callback. More...
 
siocb_t rx_evt_cb
 Receive event callback. More...
 

Detailed Description

Structure representing a SIO operation.

Definition at line 199 of file hal_sio.h.

Field Documentation

◆ rx_cb

siocb_t hal_sio_operation::rx_cb

Receive non-empty callback.

Note
Can be NULL.

Definition at line 204 of file hal_sio.h.

◆ rx_idle_cb

siocb_t hal_sio_operation::rx_idle_cb

Receive idle callback.

Note
Can be NULL.

Definition at line 209 of file hal_sio.h.

◆ tx_cb

siocb_t hal_sio_operation::tx_cb

Transmission buffer non-full callback.

Note
Can be NULL.

Definition at line 214 of file hal_sio.h.

◆ tx_end_cb

siocb_t hal_sio_operation::tx_end_cb

Physical end of transmission callback.

Note
Can be NULL.

Definition at line 219 of file hal_sio.h.

◆ rx_evt_cb

siocb_t hal_sio_operation::rx_evt_cb

Receive event callback.

Note
Can be NULL.

Definition at line 224 of file hal_sio.h.