Home
last modified time | relevance | path

Searched refs:SPI_CFG2_MASTER (Results 1 – 25 of 98) sorted by relevance

1234

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_spi.h198 #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()
Dstm32u5xx_hal_spi.h280 #define SPI_MODE_MASTER SPI_CFG2_MASTER
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_spi.h189 #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()
Dstm32wbaxx_hal_spi.h280 #define SPI_MODE_MASTER SPI_CFG2_MASTER
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_spi.h185 #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()
Dstm32h5xx_hal_spi.h284 #define SPI_MODE_MASTER SPI_CFG2_MASTER
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_spi.h187 #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()
Dstm32mp1xx_hal_spi.h297 #define SPI_MODE_MASTER SPI_CFG2_MASTER
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_spi.h185 #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()
Dstm32h7rsxx_hal_spi.h280 #define SPI_MODE_MASTER SPI_CFG2_MASTER
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_spi.h187 #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()
Dstm32h7xx_hal_spi.h297 #define SPI_MODE_MASTER SPI_CFG2_MASTER
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_spi.h185 #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()
Dstm32n6xx_hal_spi.h280 #define SPI_MODE_MASTER SPI_CFG2_MASTER
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_ll_spi.c342 SPI_CFG2_LSBFRST | SPI_CFG2_MASTER | SPI_CFG2_COMM, in LL_SPI_Init()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_spi.c394 SPI_CFG2_LSBFRST | SPI_CFG2_MASTER | SPI_CFG2_COMM, in LL_SPI_Init()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_spi.c395 SPI_CFG2_LSBFRST | SPI_CFG2_MASTER | SPI_CFG2_COMM, in LL_SPI_Init()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_spi.c397 SPI_CFG2_LSBFRST | SPI_CFG2_MASTER | SPI_CFG2_COMM, in LL_SPI_Init()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_spi.c395 SPI_CFG2_LSBFRST | SPI_CFG2_MASTER | SPI_CFG2_COMM, in LL_SPI_Init()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_spi.c394 SPI_CFG2_LSBFRST | SPI_CFG2_MASTER | SPI_CFG2_COMM, in LL_SPI_Init()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_spi.c395 SPI_CFG2_LSBFRST | SPI_CFG2_MASTER | SPI_CFG2_COMM, in LL_SPI_Init()
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/
Dstm32wba50xx.h7366 #define SPI_CFG2_MASTER SPI_CFG2_MASTER_Msk /*!<SPI Master … macro
Dstm32wba52xx.h11369 #define SPI_CFG2_MASTER SPI_CFG2_MASTER_Msk /*!<SPI Master … macro
Dstm32wba54xx.h12077 #define SPI_CFG2_MASTER SPI_CFG2_MASTER_Msk /*!<SPI Master … macro
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h12583 #define SPI_CFG2_MASTER SPI_CFG2_MASTER_Msk /*!<SPI Master … macro

1234