Home
last modified time | relevance | path

Searched refs:dataLength (Results 1 – 2 of 2) sorted by relevance

/btstack/port/msp432p401lp-cc256x/ti/devices/msp432p4xx/driverlib/
H A Duart.c68 (EUSCI_A_UART_8_BIT_LEN == config->dataLength) in UART_initModule()
69 || (EUSCI_A_UART_7_BIT_LEN == config->dataLength)); in UART_initModule()
108 if (config->dataLength) in UART_initModule()
H A Duart.h135 uint_fast16_t dataLength; member