Home
last modified time | relevance | path

Searched defs:device (Results 1 – 6 of 6) sorted by relevance

/loramac-node-3.6.0-3.5.0/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()
201 int32_t _usart_async_init(struct _usart_async_device *const device, void *const hw) in _usart_async_init()
223 void _usart_sync_deinit(struct _usart_sync_device *const device) in _usart_sync_deinit()
231 void _usart_async_deinit(struct _usart_async_device *const device) in _usart_async_deinit()
258 void _usart_sync_enable(struct _usart_sync_device *const device) in _usart_sync_enable()
266 void _usart_async_enable(struct _usart_async_device *const device) in _usart_async_enable()
274 void _usart_sync_disable(struct _usart_sync_device *const device) in _usart_sync_disable()
282 void _usart_async_disable(struct _usart_async_device *const device) in _usart_async_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()
298 void _usart_async_set_baud_rate(struct _usart_async_device *const device, const uint32_t baud_rate) in _usart_async_set_baud_rate()
[all …]
/loramac-node-3.6.0-3.5.0/src/boards/mcu/saml21/hal/include/
Dhal_usart_sync.h65 struct _usart_sync_device device; member
Dhal_i2c_m_sync.h56 struct _i2c_m_sync_device device; member
Dhal_timer.h93 struct _timer_device device; member
Dhpl_calendar.h132 struct calendar_dev device; member
/loramac-node-3.6.0-3.5.0/src/boards/mcu/saml21/hal/src/
Dhal_timer.c237 static void timer_process_counted(struct _timer_device *device) in timer_process_counted()