Macros
Collaboration diagram for SMARTCARD Clock Polarity:

Macros

#define SMARTCARD_POLARITY_HIGH   ((uint32_t)USART_CR2_CPOL)
 
#define SMARTCARD_POLARITY_HIGH   USART_CR2_CPOL
 
#define SMARTCARD_POLARITY_LOW   0x00000000U
 
#define SMARTCARD_POLARITY_LOW   0x00000000U
 

Detailed Description

Macro Definition Documentation

◆ SMARTCARD_POLARITY_HIGH [1/2]

#define SMARTCARD_POLARITY_HIGH   ((uint32_t)USART_CR2_CPOL)

Definition at line 297 of file stm32f4xx_hal_smartcard.h.

◆ SMARTCARD_POLARITY_HIGH [2/2]

#define SMARTCARD_POLARITY_HIGH   USART_CR2_CPOL

SMARTCARD frame high polarity

Definition at line 378 of file stm32f7xx_hal_smartcard.h.

◆ SMARTCARD_POLARITY_LOW [1/2]

#define SMARTCARD_POLARITY_LOW   0x00000000U

Definition at line 296 of file stm32f4xx_hal_smartcard.h.

◆ SMARTCARD_POLARITY_LOW [2/2]

#define SMARTCARD_POLARITY_LOW   0x00000000U

SMARTCARD frame low polarity

Definition at line 377 of file stm32f7xx_hal_smartcard.h.



picovoice_driver
Author(s):
autogenerated on Fri Apr 1 2022 02:15:07