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 | tx_irqn |
uint8_t | rx_irqn |
Device-specific information for an EFM32 UART device.
The UART is functionally and structurally equivalent to the asynchronous portion of the USART.
sBSPACMdeviceEFM32periphXRTdevcfg sBSPACMdeviceEFM32periphUARTdevcfg::common |
Configuration for which code can be shared with other devices.
uint8_t sBSPACMdeviceEFM32periphUARTdevcfg::rx_irqn |
Receive interrupt offset in NVIC. From the CMSIS header, e.g. USART1_RX_IRQn
uint8_t sBSPACMdeviceEFM32periphUARTdevcfg::tx_irqn |
Transmit interrupt offset in NVIC. From the CMSIS header, e.g. USART1_TX_IRQn