BSPACM
20150113
Board Support Package for ARM Cortex-M Microcontrollers
|
#include </prj/arm/bspacm/device/efm32/include/bspacm/periph/uart_.h>
Data Fields | |
sBSPACMdeviceEFM32periphXRTdevcfg | common |
uint8_t | irqn |
uint8_t | lfbsel |
Device-specific information for an EFM32 LEUART instance.
The LEUART has a similar but incompatible API to the USART/UART.
sBSPACMdeviceEFM32periphXRTdevcfg sBSPACMdeviceEFM32periphLEUARTdevcfg::common |
Configuration for which code can be shared with other devices.
uint8_t sBSPACMdeviceEFM32periphLEUARTdevcfg::irqn |
Interrupt offset in NVIC. From the CMSIS header, e.g. LEART1_IRQn
uint8_t sBSPACMdeviceEFM32periphLEUARTdevcfg::lfbsel |
Clock source selection for LFBCLK. From the <em_cmu.h> header, e.g. cmuSelect_ULFRCO
. The value zero (mapping to cmuSelect_Error
) means to leave LFB in its existing configuration.