BSPACM  20150113
Board Support Package for ARM Cortex-M Microcontrollers
Data Fields
sBSPACMdeviceTM4CperiphUARTdevcfg Struct Reference

#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
 

Detailed Description

Pin assignment structure for UART devices.

Field Documentation

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.

Note
Values are truly interrupt numbers (e.g. 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.


The documentation for this struct was generated from the following file: