STM32G474xx HAL用户手册
宏定义
SMARTCARD单比特采样方法
SMARTCARD导出常量

宏定义

#define SMARTCARD_ONE_BIT_SAMPLE_DISABLE   0x00000000U
#define SMARTCARD_ONE_BIT_SAMPLE_ENABLE   USART_CR3_ONEBIT

宏定义说明

#define SMARTCARD_ONE_BIT_SAMPLE_DISABLE   0x00000000U

SMARTCARD帧单比特采样禁用

Definition at line 428 of file stm32g4xx_hal_smartcard.h.

#define SMARTCARD_ONE_BIT_SAMPLE_ENABLE   USART_CR3_ONEBIT

SMARTCARD帧单比特采样启用

Definition at line 429 of file stm32g4xx_hal_smartcard.h.