STM32H735xx HAL User Manual
Defines
SMARTCARD Clock Prescaler
SMARTCARD Exported Constants

Defines

#define SMARTCARD_PRESCALER_DIV1   0x00000000U
#define SMARTCARD_PRESCALER_DIV2   0x00000001U
#define SMARTCARD_PRESCALER_DIV4   0x00000002U
#define SMARTCARD_PRESCALER_DIV6   0x00000003U
#define SMARTCARD_PRESCALER_DIV8   0x00000004U
#define SMARTCARD_PRESCALER_DIV10   0x00000005U
#define SMARTCARD_PRESCALER_DIV12   0x00000006U
#define SMARTCARD_PRESCALER_DIV16   0x00000007U
#define SMARTCARD_PRESCALER_DIV32   0x00000008U
#define SMARTCARD_PRESCALER_DIV64   0x00000009U
#define SMARTCARD_PRESCALER_DIV128   0x0000000AU
#define SMARTCARD_PRESCALER_DIV256   0x0000000BU

Define Documentation

#define SMARTCARD_PRESCALER_DIV1   0x00000000U

fclk_pres = fclk

Definition at line 457 of file stm32h7xx_hal_smartcard.h.

#define SMARTCARD_PRESCALER_DIV10   0x00000005U

fclk_pres = fclk/10

Definition at line 462 of file stm32h7xx_hal_smartcard.h.

#define SMARTCARD_PRESCALER_DIV12   0x00000006U

fclk_pres = fclk/12

Definition at line 463 of file stm32h7xx_hal_smartcard.h.

#define SMARTCARD_PRESCALER_DIV128   0x0000000AU

fclk_pres = fclk/128

Definition at line 467 of file stm32h7xx_hal_smartcard.h.

#define SMARTCARD_PRESCALER_DIV16   0x00000007U

fclk_pres = fclk/16

Definition at line 464 of file stm32h7xx_hal_smartcard.h.

#define SMARTCARD_PRESCALER_DIV2   0x00000001U

fclk_pres = fclk/2

Definition at line 458 of file stm32h7xx_hal_smartcard.h.

#define SMARTCARD_PRESCALER_DIV256   0x0000000BU

fclk_pres = fclk/256

Definition at line 468 of file stm32h7xx_hal_smartcard.h.

#define SMARTCARD_PRESCALER_DIV32   0x00000008U

fclk_pres = fclk/32

Definition at line 465 of file stm32h7xx_hal_smartcard.h.

#define SMARTCARD_PRESCALER_DIV4   0x00000002U

fclk_pres = fclk/4

Definition at line 459 of file stm32h7xx_hal_smartcard.h.

#define SMARTCARD_PRESCALER_DIV6   0x00000003U

fclk_pres = fclk/6

Definition at line 460 of file stm32h7xx_hal_smartcard.h.

#define SMARTCARD_PRESCALER_DIV64   0x00000009U

fclk_pres = fclk/64

Definition at line 466 of file stm32h7xx_hal_smartcard.h.

#define SMARTCARD_PRESCALER_DIV8   0x00000004U

fclk_pres = fclk/8

Definition at line 461 of file stm32h7xx_hal_smartcard.h.