STM32F479xx 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 305 of file stm32f4xx_hal_smartcard.h.

#define SMARTCARD_PHASE_2EDGE   ((uint32_t)USART_CR2_CPHA)

Definition at line 306 of file stm32f4xx_hal_smartcard.h.