Home
last modified time | relevance | path

Searched refs:USERIAL_STOPBITS_2 (Results 1 – 3 of 3) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
DHalAdaptation.cpp146 uart.m_iStopbits = USERIAL_STOPBITS_2; in HaiInitializeLibrary()
155 uart.m_iStopbits = USERIAL_STOPBITS_2; in HaiInitializeLibrary()
Duserial_linux.c1042 else if (p_cfg->fmt & USERIAL_STOPBITS_2) in USERIAL_Open()
/external/libnfc-nci/halimpl/bcm2079x/include/
Duserial.h79 #define USERIAL_STOPBITS_2 (1<<2) macro