ChibiOS/HAL  7.0.3
hal_sio_config Struct Reference

Driver configuration structure. More...

#include <hal_sio_lld.h>

Collaboration diagram for hal_sio_config:
Collaboration graph

Data Fields

siocb_t rxne_cb
 Receive buffer filled callback. More...
 
siocb_t txnf_cb
 End of transmission buffer callback. More...
 
siocb_t txend_cb
 Physical end of transmission callback. More...
 
sioecb_t rxevt_cb
 Receive event callback. More...
 

Detailed Description

Driver configuration structure.

Note
Implementations may extend this structure to contain more, architecture dependent, fields.

Definition at line 86 of file hal_sio_lld.h.

Field Documentation

siocb_t hal_sio_config::rxne_cb

Receive buffer filled callback.

Note
Can be NULL.

Definition at line 91 of file hal_sio_lld.h.

siocb_t hal_sio_config::txnf_cb

End of transmission buffer callback.

Note
Can be NULL.

Definition at line 96 of file hal_sio_lld.h.

siocb_t hal_sio_config::txend_cb

Physical end of transmission callback.

Note
Can be NULL.

Definition at line 101 of file hal_sio_lld.h.

sioecb_t hal_sio_config::rxevt_cb

Receive event callback.

Note
Can be NULL.

Definition at line 106 of file hal_sio_lld.h.