Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hal/include/
Dhpl_usart_sync.h65 struct _usart_sync_device { struct
83 int32_t _usart_sync_init(struct _usart_sync_device *const device, void *const hw); argument
92 void _usart_sync_deinit(struct _usart_sync_device *const device);
101 void _usart_sync_enable(struct _usart_sync_device *const device);
110 void _usart_sync_disable(struct _usart_sync_device *const device);
132 void _usart_sync_set_baud_rate(struct _usart_sync_device *const device, const uint32_t baud_rate);
140 void _usart_sync_set_data_order(struct _usart_sync_device *const device, const enum usart_data_orde…
148 void _usart_sync_set_mode(struct _usart_sync_device *const device, const enum usart_mode mode);
156 void _usart_sync_set_parity(struct _usart_sync_device *const device, const enum usart_parity parity…
164 void _usart_sync_set_stop_bits(struct _usart_sync_device *const device, const enum usart_stop_bits …
[all …]
Dhal_usart_sync.h65 struct _usart_sync_device device;
/loramac-node-latest/src/boards/mcu/saml21/hpl/sercom/
Dhpl_sercom.c189 int32_t _usart_sync_init(struct _usart_sync_device *const device, void *const hw) in _usart_sync_init()
223 void _usart_sync_deinit(struct _usart_sync_device *const device) in _usart_sync_deinit()
258 void _usart_sync_enable(struct _usart_sync_device *const device) in _usart_sync_enable()
274 void _usart_sync_disable(struct _usart_sync_device *const device) in _usart_sync_disable()
290 void _usart_sync_set_baud_rate(struct _usart_sync_device *const device, const uint32_t baud_rate) in _usart_sync_set_baud_rate()
306 void _usart_sync_set_data_order(struct _usart_sync_device *const device, const enum usart_data_orde… in _usart_sync_set_data_order()
322 void _usart_sync_set_mode(struct _usart_sync_device *const device, const enum usart_mode mode) in _usart_sync_set_mode()
338 void _usart_sync_set_parity(struct _usart_sync_device *const device, const enum usart_parity parity) in _usart_sync_set_parity()
354 void _usart_sync_set_stop_bits(struct _usart_sync_device *const device, const enum usart_stop_bits … in _usart_sync_set_stop_bits()
370 void _usart_sync_set_character_size(struct _usart_sync_device *const device, const enum usart_chara… in _usart_sync_set_character_size()
[all …]