Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_smartcard.h275 #define SMARTCARD_POLARITY_LOW ((uint32_t)0x0000) macro
761 #define IS_SMARTCARD_POLARITY(__CPOL__) (((__CPOL__) == SMARTCARD_POLARITY_LOW) || ((__CPOL__) == S…
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_smartcard.h336 #define SMARTCARD_POLARITY_LOW (0x00000000U) /*!< SMARTCARD… macro
868 #define IS_SMARTCARD_POLARITY(__CPOL__) (((__CPOL__) == SMARTCARD_POLARITY_LOW) || ((__CPOL__) == S…

Completed in 7 milliseconds