| /bsp/microchip/samc21/bsp/hal/include/ |
| A D | hpl_usart_sync.h | 55 struct _usart_sync_device { struct 73 int32_t _usart_sync_init(struct _usart_sync_device *const device, void *const hw); argument 82 void _usart_sync_deinit(struct _usart_sync_device *const device); 91 void _usart_sync_enable(struct _usart_sync_device *const device); 100 void _usart_sync_disable(struct _usart_sync_device *const device); 169 uint32_t _usart_sync_get_status(const struct _usart_sync_device *const device); 177 void _usart_sync_write_byte(struct _usart_sync_device *const device, uint8_t data); 187 uint8_t _usart_sync_read_byte(const struct _usart_sync_device *const device); 198 bool _usart_sync_is_ready_to_send(const struct _usart_sync_device *const device); 209 bool _usart_sync_is_transmit_done(const struct _usart_sync_device *const device); [all …]
|
| /bsp/microchip/samd51-seeed-wio-terminal/bsp/hal/include/ |
| A D | hpl_usart_sync.h | 55 struct _usart_sync_device { struct 73 int32_t _usart_sync_init(struct _usart_sync_device *const device, void *const hw); argument 82 void _usart_sync_deinit(struct _usart_sync_device *const device); 91 void _usart_sync_enable(struct _usart_sync_device *const device); 100 void _usart_sync_disable(struct _usart_sync_device *const device); 169 uint32_t _usart_sync_get_status(const struct _usart_sync_device *const device); 177 void _usart_sync_write_byte(struct _usart_sync_device *const device, uint8_t data); 187 uint8_t _usart_sync_read_byte(const struct _usart_sync_device *const device); 198 bool _usart_sync_is_ready_to_send(const struct _usart_sync_device *const device); 209 bool _usart_sync_is_transmit_done(const struct _usart_sync_device *const device); [all …]
|
| /bsp/microchip/saml10/bsp/hal/include/ |
| A D | hpl_usart_sync.h | 55 struct _usart_sync_device { struct 73 int32_t _usart_sync_init(struct _usart_sync_device *const device, void *const hw); argument 82 void _usart_sync_deinit(struct _usart_sync_device *const device); 91 void _usart_sync_enable(struct _usart_sync_device *const device); 100 void _usart_sync_disable(struct _usart_sync_device *const device); 169 uint32_t _usart_sync_get_status(const struct _usart_sync_device *const device); 177 void _usart_sync_write_byte(struct _usart_sync_device *const device, uint8_t data); 187 uint8_t _usart_sync_read_byte(const struct _usart_sync_device *const device); 198 bool _usart_sync_is_ready_to_send(const struct _usart_sync_device *const device); 209 bool _usart_sync_is_transmit_done(const struct _usart_sync_device *const device); [all …]
|
| /bsp/microchip/same70/bsp/hal/include/ |
| A D | hpl_usart_sync.h | 55 struct _usart_sync_device { struct 73 int32_t _usart_sync_init(struct _usart_sync_device *const device, void *const hw); argument 82 void _usart_sync_deinit(struct _usart_sync_device *const device); 91 void _usart_sync_enable(struct _usart_sync_device *const device); 100 void _usart_sync_disable(struct _usart_sync_device *const device); 169 uint32_t _usart_sync_get_status(const struct _usart_sync_device *const device); 177 void _usart_sync_write_byte(struct _usart_sync_device *const device, uint8_t data); 187 uint8_t _usart_sync_read_byte(const struct _usart_sync_device *const device); 198 bool _usart_sync_is_ready_to_send(const struct _usart_sync_device *const device); 209 bool _usart_sync_is_transmit_done(const struct _usart_sync_device *const device); [all …]
|
| /bsp/microchip/same54/bsp/hal/include/ |
| A D | hpl_usart_sync.h | 55 struct _usart_sync_device { struct 73 int32_t _usart_sync_init(struct _usart_sync_device *const device, void *const hw); argument 82 void _usart_sync_deinit(struct _usart_sync_device *const device); 91 void _usart_sync_enable(struct _usart_sync_device *const device); 100 void _usart_sync_disable(struct _usart_sync_device *const device); 169 uint32_t _usart_sync_get_status(const struct _usart_sync_device *const device); 177 void _usart_sync_write_byte(struct _usart_sync_device *const device, uint8_t data); 187 uint8_t _usart_sync_read_byte(const struct _usart_sync_device *const device); 198 bool _usart_sync_is_ready_to_send(const struct _usart_sync_device *const device); 209 bool _usart_sync_is_transmit_done(const struct _usart_sync_device *const device); [all …]
|
| /bsp/microchip/samd51-adafruit-metro-m4/bsp/hal/include/ |
| A D | hpl_usart_sync.h | 55 struct _usart_sync_device { struct 73 int32_t _usart_sync_init(struct _usart_sync_device *const device, void *const hw); argument 82 void _usart_sync_deinit(struct _usart_sync_device *const device); 91 void _usart_sync_enable(struct _usart_sync_device *const device); 100 void _usart_sync_disable(struct _usart_sync_device *const device); 169 uint32_t _usart_sync_get_status(const struct _usart_sync_device *const device); 177 void _usart_sync_write_byte(struct _usart_sync_device *const device, uint8_t data); 187 uint8_t _usart_sync_read_byte(const struct _usart_sync_device *const device); 198 bool _usart_sync_is_ready_to_send(const struct _usart_sync_device *const device); 209 bool _usart_sync_is_transmit_done(const struct _usart_sync_device *const device); [all …]
|
| /bsp/microchip/same70/bsp/hpl/usart/ |
| A D | hpl_usart.c | 192 int32_t _usart_usart_sync_init(struct _usart_sync_device *const device, void *const hw) in _usart_usart_sync_init() 228 void _usart_usart_sync_deinit(struct _usart_sync_device *const device) in _usart_usart_sync_deinit() 264 void _usart_usart_sync_enable(struct _usart_sync_device *const device) in _usart_usart_sync_enable() 282 void _usart_usart_sync_disable(struct _usart_sync_device *const device) in _usart_usart_sync_disable() 408 uint32_t _usart_usart_sync_get_status(const struct _usart_sync_device *const device) in _usart_usart_sync_get_status() 426 void _usart_usart_sync_write_byte(struct _usart_sync_device *const device, uint8_t data) in _usart_usart_sync_write_byte() 444 uint8_t _usart_usart_sync_read_byte(const struct _usart_sync_device *const device) in _usart_usart_sync_read_byte() 453 bool _usart_usart_sync_is_ready_to_send(const struct _usart_sync_device *const device) in _usart_usart_sync_is_ready_to_send() 462 bool _usart_usart_sync_is_transmit_done(const struct _usart_sync_device *const device) in _usart_usart_sync_is_transmit_done() 480 bool _usart_usart_sync_is_byte_received(const struct _usart_sync_device *const device) in _usart_usart_sync_is_byte_received() [all …]
|
| /bsp/microchip/samd51-adafruit-metro-m4/bsp/hpl/sercom/ |
| A D | hpl_sercom.c | 187 int32_t _usart_sync_init(struct _usart_sync_device *const device, void *const hw) in _usart_sync_init() 224 void _usart_sync_deinit(struct _usart_sync_device *const device) in _usart_sync_deinit() 259 void _usart_sync_enable(struct _usart_sync_device *const device) in _usart_sync_enable() 275 void _usart_sync_disable(struct _usart_sync_device *const device) in _usart_sync_disable() 387 uint32_t _usart_sync_get_status(const struct _usart_sync_device *const device) in _usart_sync_get_status() 403 void _usart_sync_write_byte(struct _usart_sync_device *const device, uint8_t data) in _usart_sync_write_byte() 419 uint8_t _usart_sync_read_byte(const struct _usart_sync_device *const device) in _usart_sync_read_byte() 427 bool _usart_sync_is_ready_to_send(const struct _usart_sync_device *const device) in _usart_sync_is_ready_to_send() 435 bool _usart_sync_is_transmit_done(const struct _usart_sync_device *const device) in _usart_sync_is_transmit_done() 451 bool _usart_sync_is_byte_received(const struct _usart_sync_device *const device) in _usart_sync_is_byte_received() [all …]
|
| /bsp/microchip/samc21/bsp/hpl/sercom/ |
| A D | hpl_sercom.c | 180 int32_t _usart_sync_init(struct _usart_sync_device *const device, void *const hw) in _usart_sync_init() 214 void _usart_sync_deinit(struct _usart_sync_device *const device) in _usart_sync_deinit() 249 void _usart_sync_enable(struct _usart_sync_device *const device) in _usart_sync_enable() 265 void _usart_sync_disable(struct _usart_sync_device *const device) in _usart_sync_disable() 377 uint32_t _usart_sync_get_status(const struct _usart_sync_device *const device) in _usart_sync_get_status() 393 void _usart_sync_write_byte(struct _usart_sync_device *const device, uint8_t data) in _usart_sync_write_byte() 409 uint8_t _usart_sync_read_byte(const struct _usart_sync_device *const device) in _usart_sync_read_byte() 417 bool _usart_sync_is_ready_to_send(const struct _usart_sync_device *const device) in _usart_sync_is_ready_to_send() 425 bool _usart_sync_is_transmit_done(const struct _usart_sync_device *const device) in _usart_sync_is_transmit_done() 441 bool _usart_sync_is_byte_received(const struct _usart_sync_device *const device) in _usart_sync_is_byte_received() [all …]
|
| /bsp/microchip/samd51-seeed-wio-terminal/bsp/hpl/sercom/ |
| A D | hpl_sercom.c | 187 int32_t _usart_sync_init(struct _usart_sync_device *const device, void *const hw) in _usart_sync_init() 224 void _usart_sync_deinit(struct _usart_sync_device *const device) in _usart_sync_deinit() 259 void _usart_sync_enable(struct _usart_sync_device *const device) in _usart_sync_enable() 275 void _usart_sync_disable(struct _usart_sync_device *const device) in _usart_sync_disable() 387 uint32_t _usart_sync_get_status(const struct _usart_sync_device *const device) in _usart_sync_get_status() 403 void _usart_sync_write_byte(struct _usart_sync_device *const device, uint8_t data) in _usart_sync_write_byte() 419 uint8_t _usart_sync_read_byte(const struct _usart_sync_device *const device) in _usart_sync_read_byte() 427 bool _usart_sync_is_ready_to_send(const struct _usart_sync_device *const device) in _usart_sync_is_ready_to_send() 435 bool _usart_sync_is_transmit_done(const struct _usart_sync_device *const device) in _usart_sync_is_transmit_done() 451 bool _usart_sync_is_byte_received(const struct _usart_sync_device *const device) in _usart_sync_is_byte_received() [all …]
|
| /bsp/microchip/saml10/bsp/hpl/sercom/ |
| A D | hpl_sercom.c | 187 int32_t _usart_sync_init(struct _usart_sync_device *const device, void *const hw) in _usart_sync_init() 224 void _usart_sync_deinit(struct _usart_sync_device *const device) in _usart_sync_deinit() 259 void _usart_sync_enable(struct _usart_sync_device *const device) in _usart_sync_enable() 275 void _usart_sync_disable(struct _usart_sync_device *const device) in _usart_sync_disable() 387 uint32_t _usart_sync_get_status(const struct _usart_sync_device *const device) in _usart_sync_get_status() 403 void _usart_sync_write_byte(struct _usart_sync_device *const device, uint8_t data) in _usart_sync_write_byte() 419 uint8_t _usart_sync_read_byte(const struct _usart_sync_device *const device) in _usart_sync_read_byte() 427 bool _usart_sync_is_ready_to_send(const struct _usart_sync_device *const device) in _usart_sync_is_ready_to_send() 435 bool _usart_sync_is_transmit_done(const struct _usart_sync_device *const device) in _usart_sync_is_transmit_done() 451 bool _usart_sync_is_byte_received(const struct _usart_sync_device *const device) in _usart_sync_is_byte_received() [all …]
|
| /bsp/microchip/same54/bsp/hpl/sercom/ |
| A D | hpl_sercom.c | 187 int32_t _usart_sync_init(struct _usart_sync_device *const device, void *const hw) in _usart_sync_init() 224 void _usart_sync_deinit(struct _usart_sync_device *const device) in _usart_sync_deinit() 259 void _usart_sync_enable(struct _usart_sync_device *const device) in _usart_sync_enable() 275 void _usart_sync_disable(struct _usart_sync_device *const device) in _usart_sync_disable() 387 uint32_t _usart_sync_get_status(const struct _usart_sync_device *const device) in _usart_sync_get_status() 403 void _usart_sync_write_byte(struct _usart_sync_device *const device, uint8_t data) in _usart_sync_write_byte() 419 uint8_t _usart_sync_read_byte(const struct _usart_sync_device *const device) in _usart_sync_read_byte() 427 bool _usart_sync_is_ready_to_send(const struct _usart_sync_device *const device) in _usart_sync_is_ready_to_send() 435 bool _usart_sync_is_transmit_done(const struct _usart_sync_device *const device) in _usart_sync_is_transmit_done() 451 bool _usart_sync_is_byte_received(const struct _usart_sync_device *const device) in _usart_sync_is_byte_received() [all …]
|