Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/platform/ext/target/nxp/common/Native_Driver/drivers/
Dfsl_usart.h159 …usart_clock_polarity_t clockPolarity; /*!< Selects the clock polarity and sampling edge in synchro… member
Dfsl_usart.c236 USART_CFG_CLKPOL(config->clockPolarity) | USART_CFG_MODE32K(config->enableMode32k) | in USART_Init()
322 config->clockPolarity = kUSART_RxSampleOnFallingEdge; in USART_GetDefaultConfig()