EFM32 Gecko Software Documentation
efm32g-doc-5.1.2
|
Definition at line 41 of file efm32g_leuart.h.
Data Fields | |
__IOM uint32_t | CLKDIV |
__IOM uint32_t | CMD |
__IOM uint32_t | CTRL |
__IOM uint32_t | FREEZE |
__IOM uint32_t | IEN |
__IM uint32_t | IF |
__IOM uint32_t | IFC |
__IOM uint32_t | IFS |
__IOM uint32_t | PULSECTRL |
uint32_t | RESERVED0 [3] |
__IOM uint32_t | ROUTE |
__IM uint32_t | RXDATA |
__IM uint32_t | RXDATAX |
__IM uint32_t | RXDATAXP |
__IOM uint32_t | SIGFRAME |
__IOM uint32_t | STARTFRAME |
__IM uint32_t | STATUS |
__IM uint32_t | SYNCBUSY |
__IOM uint32_t | TXDATA |
__IOM uint32_t | TXDATAX |
__IOM uint32_t LEUART_TypeDef::CLKDIV |
Clock Control Register
Definition at line 46 of file efm32g_leuart.h.
Referenced by LEUART_BaudrateGet(), LEUART_BaudrateSet(), and LEUART_Reset().
__IOM uint32_t LEUART_TypeDef::CMD |
Command Register
Definition at line 44 of file efm32g_leuart.h.
Referenced by LEUART_Enable(), LEUART_Init(), LEUART_Reset(), and UARTDRV_InitLeuart().
__IOM uint32_t LEUART_TypeDef::CTRL |
Control Register
Definition at line 43 of file efm32g_leuart.h.
Referenced by LEUART_Init(), LEUART_Reset(), LEUART_RxDmaInEM2Enable(), and LEUART_TxDmaInEM2Enable().
__IOM uint32_t LEUART_TypeDef::FREEZE |
__IOM uint32_t LEUART_TypeDef::IEN |
Interrupt Enable Register
Definition at line 57 of file efm32g_leuart.h.
Referenced by LEUART_IntDisable(), LEUART_IntEnable(), LEUART_IntGetEnabled(), and LEUART_Reset().
__IM uint32_t LEUART_TypeDef::IF |
Interrupt Flag Register
Definition at line 54 of file efm32g_leuart.h.
Referenced by LEUART_IntGet(), and LEUART_IntGetEnabled().
__IOM uint32_t LEUART_TypeDef::IFC |
Interrupt Flag Clear Register
Definition at line 56 of file efm32g_leuart.h.
Referenced by LEUART_IntClear(), and LEUART_Reset().
__IOM uint32_t LEUART_TypeDef::IFS |
Interrupt Flag Set Register
Definition at line 55 of file efm32g_leuart.h.
Referenced by LEUART_IntSet().
__IOM uint32_t LEUART_TypeDef::PULSECTRL |
uint32_t LEUART_TypeDef::RESERVED0[3] |
Reserved for future use
Definition at line 63 of file efm32g_leuart.h.
__IOM uint32_t LEUART_TypeDef::ROUTE |
I/O Routing Register
Definition at line 64 of file efm32g_leuart.h.
Referenced by LEUART_Reset(), RETARGET_SerialInit(), and UARTDRV_InitLeuart().
__IM uint32_t LEUART_TypeDef::RXDATA |
Receive Buffer Data Register
Definition at line 50 of file efm32g_leuart.h.
Referenced by LEUART_Rx(), and LEUART_RxDataGet().
__IM uint32_t LEUART_TypeDef::RXDATAX |
Receive Buffer Data Extended Register
Definition at line 49 of file efm32g_leuart.h.
Referenced by LEUART_RxDataXGet(), and LEUART_RxExt().
__IM uint32_t LEUART_TypeDef::RXDATAXP |
Receive Buffer Data Extended Peek Register
Definition at line 51 of file efm32g_leuart.h.
__IOM uint32_t LEUART_TypeDef::SIGFRAME |
__IOM uint32_t LEUART_TypeDef::STARTFRAME |
__IM uint32_t LEUART_TypeDef::STATUS |
Status Register
Definition at line 45 of file efm32g_leuart.h.
Referenced by LEUART_Rx(), LEUART_RxExt(), LEUART_StatusGet(), LEUART_Tx(), and LEUART_TxExt().
__IM uint32_t LEUART_TypeDef::SYNCBUSY |
Synchronization Busy Register
Definition at line 61 of file efm32g_leuart.h.
Referenced by LEUART_FreezeEnable(), and UARTDRV_InitLeuart().
__IOM uint32_t LEUART_TypeDef::TXDATA |
Transmit Buffer Data Register
Definition at line 53 of file efm32g_leuart.h.
Referenced by LEUART_Tx().
__IOM uint32_t LEUART_TypeDef::TXDATAX |
Transmit Buffer Data Extended Register
Definition at line 52 of file efm32g_leuart.h.
Referenced by LEUART_TxExt().