Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_smartcard.h248 #define SMARTCARD_STOPBITS_1_5 ((uint32_t)(USART_CR2_STOP)) macro
757 #define IS_SMARTCARD_STOPBITS(__STOPBITS__) ((__STOPBITS__) == SMARTCARD_STOPBITS_1_5)
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_smartcard.h309 #define SMARTCARD_STOPBITS_1_5 ((uint32_t)(USART_CR2_STOP_0 | USART_CR2_STOP_1)) /*!< … macro
846 ((__STOPBITS__) == SMARTCARD_STOPBITS_1_5))

Completed in 7 milliseconds