Home
last modified time | relevance | path

Searched refs:hri_sercomusart_get_CTRLA_ENABLE_bit (Results 1 – 2 of 2) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/saml21/hpl/sercom/
Dhpl_sercom.c603 if (hri_sercomusart_get_CTRLA_ENABLE_bit(hw)) { in _usart_init()
672 bool enabled = hri_sercomusart_get_CTRLA_ENABLE_bit(hw); in _usart_set_baud_rate()
692 bool enabled = hri_sercomusart_get_CTRLA_ENABLE_bit(hw); in _usart_set_data_order()
712 bool enabled = hri_sercomusart_get_CTRLA_ENABLE_bit(hw); in _usart_set_mode()
732 bool enabled = hri_sercomusart_get_CTRLA_ENABLE_bit(hw); in _usart_set_parity()
759 bool enabled = hri_sercomusart_get_CTRLA_ENABLE_bit(hw); in _usart_set_stop_bits()
779 bool enabled = hri_sercomusart_get_CTRLA_ENABLE_bit(hw); in _usart_set_character_size()
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_sercom_l21.h4495 static inline bool hri_sercomusart_get_CTRLA_ENABLE_bit(const void *const hw) in hri_sercomusart_get_CTRLA_ENABLE_bit() function