Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_lin.h396 cy_en_lin_stopbit_t stopBit; /**< Stop bit length. See #cy_en_lin_stopbit_t. */ member
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_lin.c108 LIN_CH_CTL0(base) = (_VAL2FLD(LIN_CH_CTL0_STOP_BITS, pstcConfig->stopBit) | \ in Cy_LIN_Init()