Home
last modified time | relevance | path

Searched refs:USART (Results 1 – 4 of 4) sorted by relevance

/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_sercom_l21.h136 while (((Sercom *)hw)->USART.SYNCBUSY.reg & reg) { in hri_sercomusart_wait_for_sync()
142 return ((Sercom *)hw)->USART.SYNCBUSY.reg & reg; in hri_sercomusart_is_syncing()
3654 ((Sercom *)hw)->USART.BAUD.reg |= SERCOM_USART_BAUD_BAUD(mask); in hri_sercomusart_set_BAUD_BAUD_bf()
3662 tmp = ((Sercom *)hw)->USART.BAUD.reg; in hri_sercomusart_get_BAUD_BAUD_bf()
3671 tmp = ((Sercom *)hw)->USART.BAUD.reg; in hri_sercomusart_write_BAUD_BAUD_bf()
3674 ((Sercom *)hw)->USART.BAUD.reg = tmp; in hri_sercomusart_write_BAUD_BAUD_bf()
3681 ((Sercom *)hw)->USART.BAUD.reg &= ~SERCOM_USART_BAUD_BAUD(mask); in hri_sercomusart_clear_BAUD_BAUD_bf()
3688 ((Sercom *)hw)->USART.BAUD.reg ^= SERCOM_USART_BAUD_BAUD(mask); in hri_sercomusart_toggle_BAUD_BAUD_bf()
3695 tmp = ((Sercom *)hw)->USART.BAUD.reg; in hri_sercomusart_read_BAUD_BAUD_bf()
3703 ((Sercom *)hw)->USART.BAUD.reg |= SERCOM_USART_BAUD_FRAC_BAUD(mask); in hri_sercomusart_set_BAUD_FRAC_BAUD_bf()
[all …]
/loramac-node-latest/src/boards/mcu/saml21/hal/documentation/
Dusart_sync.rst1 The USART Synchronous Driver
5 (USART) is usually used to transfer data from one device to the other.
37 USART capable hardware.
49 * The "USART with ISO7816" mode can be only used in ISO7816 capable devices.
/loramac-node-latest/src/boards/mcu/saml21/hpl/sercom/
Dhpl_sercom.c612 ((Sercom *)hw)->USART.BAUD.FRAC.BAUD = _usarts[i].baud; in _usart_init()
613 ((Sercom *)hw)->USART.BAUD.FRAC.FP = _usarts[i].fractional; in _usart_init()
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dsercom.h1439 SercomUsart USART; /**< \brief Offset: 0x00 USART Mode */ member