Home
last modified time | relevance | path

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

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
DHalAdaptation.cpp144 uart.m_iStopbits = USERIAL_STOPBITS_1; in HaiInitializeLibrary()
146 uart.m_iStopbits = USERIAL_STOPBITS_2; in HaiInitializeLibrary()
148 uart.m_iStopbits = USERIAL_STOPBITS_1_5; in HaiInitializeLibrary()
153 uart.m_iStopbits = USERIAL_STOPBITS_1; in HaiInitializeLibrary()
155 uart.m_iStopbits = USERIAL_STOPBITS_2; in HaiInitializeLibrary()
158 uart.m_iStopbits = USERIAL_STOPBITS_1; in HaiInitializeLibrary()
191 cfg.fmt = uart.m_iDatabits | uart.m_iParity | uart.m_iStopbits; in HaiInitializeLibrary()
/external/libnfc-nci/src/include/
Dconfig.h104 int m_iStopbits; member