/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_spi.h | 198 #define LL_SPI_MODE_MASTER (SPI_CFG2_MASTER) 740 MODIFY_REG(SPIx->CFG2, SPI_CFG2_MASTER, Mode); in LL_SPI_SetMode() 753 return (uint32_t)(READ_BIT(SPIx->CFG2, SPI_CFG2_MASTER)); in LL_SPI_GetMode()
|
D | stm32u5xx_hal_spi.h | 280 #define SPI_MODE_MASTER SPI_CFG2_MASTER
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_ll_spi.h | 189 #define LL_SPI_MODE_MASTER (SPI_CFG2_MASTER) 735 MODIFY_REG(SPIx->CFG2, SPI_CFG2_MASTER, Mode); in LL_SPI_SetMode() 748 return (uint32_t)(READ_BIT(SPIx->CFG2, SPI_CFG2_MASTER)); in LL_SPI_GetMode()
|
D | stm32wbaxx_hal_spi.h | 280 #define SPI_MODE_MASTER SPI_CFG2_MASTER
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_spi.h | 185 #define LL_SPI_MODE_MASTER (SPI_CFG2_MASTER) 653 MODIFY_REG(SPIx->CFG2, SPI_CFG2_MASTER, Mode); in LL_SPI_SetMode() 666 return (uint32_t)(READ_BIT(SPIx->CFG2, SPI_CFG2_MASTER)); in LL_SPI_GetMode()
|
D | stm32h5xx_hal_spi.h | 284 #define SPI_MODE_MASTER SPI_CFG2_MASTER
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_ll_spi.h | 187 #define LL_SPI_MODE_MASTER (SPI_CFG2_MASTER) 665 MODIFY_REG(SPIx->CFG2, SPI_CFG2_MASTER, Mode); in LL_SPI_SetMode() 678 return (uint32_t)(READ_BIT(SPIx->CFG2, SPI_CFG2_MASTER)); in LL_SPI_GetMode()
|
D | stm32mp1xx_hal_spi.h | 297 #define SPI_MODE_MASTER SPI_CFG2_MASTER
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_spi.h | 185 #define LL_SPI_MODE_MASTER (SPI_CFG2_MASTER) 653 MODIFY_REG(SPIx->CFG2, SPI_CFG2_MASTER, Mode); in LL_SPI_SetMode() 666 return (uint32_t)(READ_BIT(SPIx->CFG2, SPI_CFG2_MASTER)); in LL_SPI_GetMode()
|
D | stm32h7rsxx_hal_spi.h | 280 #define SPI_MODE_MASTER SPI_CFG2_MASTER
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_spi.h | 187 #define LL_SPI_MODE_MASTER (SPI_CFG2_MASTER) 665 MODIFY_REG(SPIx->CFG2, SPI_CFG2_MASTER, Mode); in LL_SPI_SetMode() 678 return (uint32_t)(READ_BIT(SPIx->CFG2, SPI_CFG2_MASTER)); in LL_SPI_GetMode()
|
D | stm32h7xx_hal_spi.h | 297 #define SPI_MODE_MASTER SPI_CFG2_MASTER
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_spi.h | 185 #define LL_SPI_MODE_MASTER (SPI_CFG2_MASTER) 653 MODIFY_REG(SPIx->CFG2, SPI_CFG2_MASTER, Mode); in LL_SPI_SetMode() 666 return (uint32_t)(READ_BIT(SPIx->CFG2, SPI_CFG2_MASTER)); in LL_SPI_GetMode()
|
D | stm32n6xx_hal_spi.h | 280 #define SPI_MODE_MASTER SPI_CFG2_MASTER
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_ll_spi.c | 342 SPI_CFG2_LSBFRST | SPI_CFG2_MASTER | SPI_CFG2_COMM, in LL_SPI_Init()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_ll_spi.c | 394 SPI_CFG2_LSBFRST | SPI_CFG2_MASTER | SPI_CFG2_COMM, in LL_SPI_Init()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_ll_spi.c | 395 SPI_CFG2_LSBFRST | SPI_CFG2_MASTER | SPI_CFG2_COMM, in LL_SPI_Init()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_ll_spi.c | 397 SPI_CFG2_LSBFRST | SPI_CFG2_MASTER | SPI_CFG2_COMM, in LL_SPI_Init()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_ll_spi.c | 395 SPI_CFG2_LSBFRST | SPI_CFG2_MASTER | SPI_CFG2_COMM, in LL_SPI_Init()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_ll_spi.c | 394 SPI_CFG2_LSBFRST | SPI_CFG2_MASTER | SPI_CFG2_COMM, in LL_SPI_Init()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_spi.c | 395 SPI_CFG2_LSBFRST | SPI_CFG2_MASTER | SPI_CFG2_COMM, in LL_SPI_Init()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/ |
D | stm32wba50xx.h | 7366 #define SPI_CFG2_MASTER SPI_CFG2_MASTER_Msk /*!<SPI Master … macro
|
D | stm32wba52xx.h | 11369 #define SPI_CFG2_MASTER SPI_CFG2_MASTER_Msk /*!<SPI Master … macro
|
D | stm32wba54xx.h | 12077 #define SPI_CFG2_MASTER SPI_CFG2_MASTER_Msk /*!<SPI Master … macro
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 12583 #define SPI_CFG2_MASTER SPI_CFG2_MASTER_Msk /*!<SPI Master … macro
|