BSPACM
20150113
Board Support Package for ARM Cortex-M Microcontrollers
|
#include </prj/arm/bspacm/device/nrf51/include/bspacm/periph/uart_.h>
Data Fields | |
int8_t | rx_pin |
int8_t | tx_pin |
int8_t | rts_pin |
int8_t | cts_pin |
Pin assignment structure for UART devices.
int8_t sBSPACMdeviceNRF51periphUARTdevcfg::cts_pin |
Pin number for CTS function, negative if disabled
int8_t sBSPACMdeviceNRF51periphUARTdevcfg::rts_pin |
Pin number for RTS function, negative if disabled
int8_t sBSPACMdeviceNRF51periphUARTdevcfg::rx_pin |
Pin number for RX function
int8_t sBSPACMdeviceNRF51periphUARTdevcfg::tx_pin |
Pin number for TX function