| /hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
| D | stm32wbxx_ll_spi.c | 188 assert_param(IS_LL_SPI_NSS(SPI_InitStruct->NSS)); in LL_SPI_Init() 210 SPI_InitStruct->NSS | SPI_InitStruct->BaudRate | in LL_SPI_Init() 220 SPI_InitStruct->DataWidth | (SPI_InitStruct->NSS >> 16U)); in LL_SPI_Init() 257 SPI_InitStruct->NSS = LL_SPI_NSS_HARD_INPUT; in LL_SPI_StructInit()
|
| /hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
| D | stm32u0xx_ll_spi.c | 200 assert_param(IS_LL_SPI_NSS(SPI_InitStruct->NSS)); in LL_SPI_Init() 222 SPI_InitStruct->NSS | SPI_InitStruct->BaudRate | in LL_SPI_Init() 232 SPI_InitStruct->DataWidth | (SPI_InitStruct->NSS >> 16U)); in LL_SPI_Init() 269 SPI_InitStruct->NSS = LL_SPI_NSS_HARD_INPUT; in LL_SPI_StructInit()
|
| /hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
| D | stm32l5xx_ll_spi.c | 200 assert_param(IS_LL_SPI_NSS(SPI_InitStruct->NSS)); in LL_SPI_Init() 222 SPI_InitStruct->NSS | SPI_InitStruct->BaudRate | in LL_SPI_Init() 232 SPI_InitStruct->DataWidth | (SPI_InitStruct->NSS >> 16U)); in LL_SPI_Init() 269 SPI_InitStruct->NSS = LL_SPI_NSS_HARD_INPUT; in LL_SPI_StructInit()
|
| /hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
| D | stm32l4xx_ll_spi.c | 201 assert_param(IS_LL_SPI_NSS(SPI_InitStruct->NSS)); in LL_SPI_Init() 223 SPI_InitStruct->NSS | SPI_InitStruct->BaudRate | in LL_SPI_Init() 233 SPI_InitStruct->DataWidth | (SPI_InitStruct->NSS >> 16U)); in LL_SPI_Init() 270 SPI_InitStruct->NSS = LL_SPI_NSS_HARD_INPUT; in LL_SPI_StructInit()
|
| /hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
| D | stm32f2xx_ll_spi.c | 191 assert_param(IS_LL_SPI_NSS(SPI_InitStruct->NSS)); in LL_SPI_Init() 214 SPI_InitStruct->NSS | SPI_InitStruct->BaudRate | in LL_SPI_Init() 221 MODIFY_REG(SPIx->CR2, SPI_CR2_SSOE, (SPI_InitStruct->NSS >> 16U)); in LL_SPI_Init() 254 SPI_InitStruct->NSS = LL_SPI_NSS_HARD_INPUT; in LL_SPI_StructInit()
|
| /hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
| D | stm32l0xx_ll_spi.c | 178 assert_param(IS_LL_SPI_NSS(SPI_InitStruct->NSS)); in LL_SPI_Init() 201 SPI_InitStruct->NSS | SPI_InitStruct->BaudRate | in LL_SPI_Init() 208 MODIFY_REG(SPIx->CR2, SPI_CR2_SSOE, (SPI_InitStruct->NSS >> 16U)); in LL_SPI_Init() 243 SPI_InitStruct->NSS = LL_SPI_NSS_HARD_INPUT; in LL_SPI_StructInit()
|
| /hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
| D | stm32f1xx_ll_spi.c | 191 assert_param(IS_LL_SPI_NSS(SPI_InitStruct->NSS)); in LL_SPI_Init() 214 SPI_InitStruct->NSS | SPI_InitStruct->BaudRate | in LL_SPI_Init() 221 MODIFY_REG(SPIx->CR2, SPI_CR2_SSOE, (SPI_InitStruct->NSS >> 16U)); in LL_SPI_Init() 256 SPI_InitStruct->NSS = LL_SPI_NSS_HARD_INPUT; in LL_SPI_StructInit()
|
| /hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
| D | stm32l1xx_ll_spi.c | 190 assert_param(IS_LL_SPI_NSS(SPI_InitStruct->NSS)); in LL_SPI_Init() 213 SPI_InitStruct->NSS | SPI_InitStruct->BaudRate | in LL_SPI_Init() 220 MODIFY_REG(SPIx->CR2, SPI_CR2_SSOE, (SPI_InitStruct->NSS >> 16U)); in LL_SPI_Init() 255 SPI_InitStruct->NSS = LL_SPI_NSS_HARD_INPUT; in LL_SPI_StructInit()
|
| D | stm32l1xx_hal_spi_ex.c | 90 assert_param(IS_SPI_NSS(hspi->Init.NSS)); in HAL_SPI_Init() 115 … hspi->Init.CLKPolarity | hspi->Init.CLKPhase | (hspi->Init.NSS & SPI_CR1_SSM) | in HAL_SPI_Init() 119 hspi->Instance->CR2 = (((hspi->Init.NSS >> 16U) & SPI_CR2_SSOE) | hspi->Init.TIMode); in HAL_SPI_Init()
|
| /hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
| D | stm32wlxx_ll_spi.c | 189 assert_param(IS_LL_SPI_NSS(SPI_InitStruct->NSS)); in LL_SPI_Init() 211 SPI_InitStruct->NSS | SPI_InitStruct->BaudRate | in LL_SPI_Init() 221 SPI_InitStruct->DataWidth | (SPI_InitStruct->NSS >> 16U)); in LL_SPI_Init() 260 SPI_InitStruct->NSS = LL_SPI_NSS_HARD_INPUT; in LL_SPI_StructInit()
|
| /hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
| D | stm32c0xx_ll_spi.c | 189 assert_param(IS_LL_SPI_NSS(SPI_InitStruct->NSS)); in LL_SPI_Init() 211 SPI_InitStruct->NSS | SPI_InitStruct->BaudRate | in LL_SPI_Init() 221 SPI_InitStruct->DataWidth | (SPI_InitStruct->NSS >> 16U)); in LL_SPI_Init() 262 SPI_InitStruct->NSS = LL_SPI_NSS_HARD_INPUT; in LL_SPI_StructInit()
|
| /hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/ |
| D | stm32f0xx_ll_spi.c | 189 assert_param(IS_LL_SPI_NSS(SPI_InitStruct->NSS)); in LL_SPI_Init() 211 SPI_InitStruct->NSS | SPI_InitStruct->BaudRate | in LL_SPI_Init() 221 SPI_InitStruct->DataWidth | (SPI_InitStruct->NSS >> 16U)); in LL_SPI_Init() 262 SPI_InitStruct->NSS = LL_SPI_NSS_HARD_INPUT; in LL_SPI_StructInit()
|
| /hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
| D | stm32g4xx_ll_spi.c | 214 assert_param(IS_LL_SPI_NSS(SPI_InitStruct->NSS)); in LL_SPI_Init() 236 SPI_InitStruct->NSS | SPI_InitStruct->BaudRate | in LL_SPI_Init() 246 SPI_InitStruct->DataWidth | (SPI_InitStruct->NSS >> 16U)); in LL_SPI_Init() 287 SPI_InitStruct->NSS = LL_SPI_NSS_HARD_INPUT; in LL_SPI_StructInit()
|
| /hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
| D | stm32g0xx_ll_spi.c | 201 assert_param(IS_LL_SPI_NSS(SPI_InitStruct->NSS)); in LL_SPI_Init() 223 SPI_InitStruct->NSS | SPI_InitStruct->BaudRate | in LL_SPI_Init() 233 SPI_InitStruct->DataWidth | (SPI_InitStruct->NSS >> 16U)); in LL_SPI_Init() 274 SPI_InitStruct->NSS = LL_SPI_NSS_HARD_INPUT; in LL_SPI_StructInit()
|
| /hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
| D | stm32f7xx_ll_spi.c | 237 assert_param(IS_LL_SPI_NSS(SPI_InitStruct->NSS)); in LL_SPI_Init() 259 SPI_InitStruct->NSS | SPI_InitStruct->BaudRate | in LL_SPI_Init() 269 SPI_InitStruct->DataWidth | (SPI_InitStruct->NSS >> 16U)); in LL_SPI_Init() 308 SPI_InitStruct->NSS = LL_SPI_NSS_HARD_INPUT; in LL_SPI_StructInit()
|
| /hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
| D | stm32wbaxx_ll_spi.c | 301 assert_param(IS_LL_SPI_NSS(SPI_InitStruct->NSS)); in LL_SPI_Init() 318 tmp_nss = SPI_InitStruct->NSS; in LL_SPI_Init() 343 SPI_InitStruct->NSS | SPI_InitStruct->ClockPolarity | in LL_SPI_Init() 384 SPI_InitStruct->NSS = LL_SPI_NSS_HARD_INPUT; in LL_SPI_StructInit()
|
| /hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
| D | stm32f4xx_ll_spi.c | 226 assert_param(IS_LL_SPI_NSS(SPI_InitStruct->NSS)); in LL_SPI_Init() 249 SPI_InitStruct->NSS | SPI_InitStruct->BaudRate | in LL_SPI_Init() 256 MODIFY_REG(SPIx->CR2, SPI_CR2_SSOE, (SPI_InitStruct->NSS >> 16U)); in LL_SPI_Init() 289 SPI_InitStruct->NSS = LL_SPI_NSS_HARD_INPUT; in LL_SPI_StructInit()
|
| /hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
| D | stm32u5xx_ll_spi.c | 353 assert_param(IS_LL_SPI_NSS(SPI_InitStruct->NSS)); in LL_SPI_Init() 370 tmp_nss = SPI_InitStruct->NSS; in LL_SPI_Init() 395 SPI_InitStruct->NSS | SPI_InitStruct->ClockPolarity | in LL_SPI_Init() 436 SPI_InitStruct->NSS = LL_SPI_NSS_HARD_INPUT; in LL_SPI_StructInit()
|
| /hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/ |
| D | stm32wb0x_ll_spi.c | 201 assert_param(IS_LL_SPI_NSS(SPI_InitStruct->NSS)); in LL_SPI_Init() 223 SPI_InitStruct->NSS | SPI_InitStruct->BaudRate | in LL_SPI_Init() 233 SPI_InitStruct->DataWidth | (SPI_InitStruct->NSS >> 16U)); in LL_SPI_Init() 272 SPI_InitStruct->NSS = LL_SPI_NSS_HARD_INPUT; in LL_SPI_StructInit()
|
| /hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
| D | stm32f3xx_ll_spi.c | 213 assert_param(IS_LL_SPI_NSS(SPI_InitStruct->NSS)); in LL_SPI_Init() 235 SPI_InitStruct->NSS | SPI_InitStruct->BaudRate | in LL_SPI_Init() 245 SPI_InitStruct->DataWidth | (SPI_InitStruct->NSS >> 16U)); in LL_SPI_Init() 286 SPI_InitStruct->NSS = LL_SPI_NSS_HARD_INPUT; in LL_SPI_StructInit()
|
| /hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
| D | stm32n6xx_hal_spi.h | 63 uint32_t NSS; /*!< Specifies whether the NSS signal is managed by member 1026 #define IS_SPI_NSS(NSS) (((NSS) == SPI_NSS_SOFT) || \ argument 1027 ((NSS) == SPI_NSS_HARD_INPUT) || \ 1028 ((NSS) == SPI_NSS_HARD_OUTPUT))
|
| /hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
| D | stm32wbaxx_hal_spi.h | 63 uint32_t NSS; /*!< Specifies whether the NSS signal is managed by member 1026 #define IS_SPI_NSS(NSS) (((NSS) == SPI_NSS_SOFT) || \ argument 1027 ((NSS) == SPI_NSS_HARD_INPUT) || \ 1028 ((NSS) == SPI_NSS_HARD_OUTPUT))
|
| /hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
| D | stm32h5xx_hal_spi.h | 63 uint32_t NSS; /*!< Specifies whether the NSS signal is managed by member 1034 #define IS_SPI_NSS(NSS) (((NSS) == SPI_NSS_SOFT) || \ argument 1035 ((NSS) == SPI_NSS_HARD_INPUT) || \ 1036 ((NSS) == SPI_NSS_HARD_OUTPUT))
|
| /hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
| D | stm32u5xx_hal_spi.h | 63 uint32_t NSS; /*!< Specifies whether the NSS signal is managed by member 1026 #define IS_SPI_NSS(NSS) (((NSS) == SPI_NSS_SOFT) || \ argument 1027 ((NSS) == SPI_NSS_HARD_INPUT) || \ 1028 ((NSS) == SPI_NSS_HARD_OUTPUT))
|
| /hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
| D | stm32h7xx_hal_spi.h | 63 uint32_t NSS; /*!< Specifies whether the NSS signal is managed by member 1035 #define IS_SPI_NSS(NSS) (((NSS) == SPI_NSS_SOFT) || \ argument 1036 ((NSS) == SPI_NSS_HARD_INPUT) || \ 1037 ((NSS) == SPI_NSS_HARD_OUTPUT))
|