STM32F439xx HAL User Manual
Defines
SMARTCARD Clock Phase
SMARTCARD Exported constants

Defines

#define SMARTCARD_PHASE_1EDGE   0x00000000U
#define SMARTCARD_PHASE_2EDGE   ((uint32_t)USART_CR2_CPHA)

Define Documentation

#define SMARTCARD_PHASE_1EDGE   0x00000000U

Definition at line 275 of file stm32f4xx_hal_smartcard.h.

#define SMARTCARD_PHASE_2EDGE   ((uint32_t)USART_CR2_CPHA)

Definition at line 276 of file stm32f4xx_hal_smartcard.h.