STM32H735xx HAL User Manual
|
Defines | |
#define | LL_SPI_BAUDRATEPRESCALER_DIV2 (0x00000000UL) |
#define | LL_SPI_BAUDRATEPRESCALER_DIV4 (SPI_CFG1_MBR_0) |
#define | LL_SPI_BAUDRATEPRESCALER_DIV8 (SPI_CFG1_MBR_1) |
#define | LL_SPI_BAUDRATEPRESCALER_DIV16 (SPI_CFG1_MBR_1 | SPI_CFG1_MBR_0) |
#define | LL_SPI_BAUDRATEPRESCALER_DIV32 (SPI_CFG1_MBR_2) |
#define | LL_SPI_BAUDRATEPRESCALER_DIV64 (SPI_CFG1_MBR_2 | SPI_CFG1_MBR_0) |
#define | LL_SPI_BAUDRATEPRESCALER_DIV128 (SPI_CFG1_MBR_2 | SPI_CFG1_MBR_1) |
#define | LL_SPI_BAUDRATEPRESCALER_DIV256 (SPI_CFG1_MBR_2 | SPI_CFG1_MBR_1 | SPI_CFG1_MBR_0) |
#define LL_SPI_BAUDRATEPRESCALER_DIV128 (SPI_CFG1_MBR_2 | SPI_CFG1_MBR_1) |
Definition at line 333 of file stm32h7xx_ll_spi.h.
#define LL_SPI_BAUDRATEPRESCALER_DIV16 (SPI_CFG1_MBR_1 | SPI_CFG1_MBR_0) |
Definition at line 330 of file stm32h7xx_ll_spi.h.
#define LL_SPI_BAUDRATEPRESCALER_DIV2 (0x00000000UL) |
Definition at line 327 of file stm32h7xx_ll_spi.h.
Referenced by LL_SPI_StructInit().
#define LL_SPI_BAUDRATEPRESCALER_DIV256 (SPI_CFG1_MBR_2 | SPI_CFG1_MBR_1 | SPI_CFG1_MBR_0) |
Definition at line 334 of file stm32h7xx_ll_spi.h.
#define LL_SPI_BAUDRATEPRESCALER_DIV32 (SPI_CFG1_MBR_2) |
Definition at line 331 of file stm32h7xx_ll_spi.h.
#define LL_SPI_BAUDRATEPRESCALER_DIV4 (SPI_CFG1_MBR_0) |
Definition at line 328 of file stm32h7xx_ll_spi.h.
#define LL_SPI_BAUDRATEPRESCALER_DIV64 (SPI_CFG1_MBR_2 | SPI_CFG1_MBR_0) |
Definition at line 332 of file stm32h7xx_ll_spi.h.
#define LL_SPI_BAUDRATEPRESCALER_DIV8 (SPI_CFG1_MBR_1) |
Definition at line 329 of file stm32h7xx_ll_spi.h.