BSPACM
20150113
Board Support Package for ARM Cortex-M Microcontrollers
|
#include </prj/arm/bspacm/device/tm4c/include/bspacm/periph/uart_.h>
Data Fields | |
sBSPACMdeviceTM4Cpinmux | rx_pinmux |
sBSPACMdeviceTM4Cpinmux | tx_pinmux |
sBSPACMdeviceTM4Cpinmux | rts_pinmux |
sBSPACMdeviceTM4Cpinmux | cts_pinmux |
uint8_t | irqn |
Pin assignment structure for UART devices.
sBSPACMdeviceTM4Cpinmux sBSPACMdeviceTM4CperiphUARTdevcfg::cts_pinmux |
The port pin mux configuration for the UnCTS signal. Leave as zeros if not configured.
uint8_t sBSPACMdeviceTM4CperiphUARTdevcfg::irqn |
The IRQ number for that UART.
UART0_IRQn
from the CMSIS device header), not exception numbers (e.g. INT_UART0
from TivaWare <int/hw_ints.h>). Using the latter numbering will result in values offset by 16. sBSPACMdeviceTM4Cpinmux sBSPACMdeviceTM4CperiphUARTdevcfg::rts_pinmux |
The port pin mux configuration for the UnRTS signal. Leave as zeros if not configured.
sBSPACMdeviceTM4Cpinmux sBSPACMdeviceTM4CperiphUARTdevcfg::rx_pinmux |
The port pin mux configuration for the UnRx signal.
sBSPACMdeviceTM4Cpinmux sBSPACMdeviceTM4CperiphUARTdevcfg::tx_pinmux |
The port pin mux configuration for the UnTx signal.