Home
last modified time | relevance | path

Searched refs:NSS (Results 1 – 25 of 97) sorted by relevance

1234

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_spi.c188 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/
Dstm32u0xx_ll_spi.c200 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/
Dstm32l5xx_ll_spi.c200 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/
Dstm32l4xx_ll_spi.c201 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/
Dstm32f2xx_ll_spi.c191 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/
Dstm32l0xx_ll_spi.c178 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/
Dstm32f1xx_ll_spi.c191 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/
Dstm32l1xx_ll_spi.c190 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()
Dstm32l1xx_hal_spi_ex.c90 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/
Dstm32wlxx_ll_spi.c189 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/
Dstm32c0xx_ll_spi.c189 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/
Dstm32f0xx_ll_spi.c189 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/
Dstm32g4xx_ll_spi.c214 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/
Dstm32g0xx_ll_spi.c201 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/
Dstm32f7xx_ll_spi.c237 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/
Dstm32wbaxx_ll_spi.c301 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/
Dstm32f4xx_ll_spi.c226 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/
Dstm32u5xx_ll_spi.c353 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/
Dstm32wb0x_ll_spi.c201 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/
Dstm32f3xx_ll_spi.c213 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/
Dstm32n6xx_hal_spi.h63 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/
Dstm32wbaxx_hal_spi.h63 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/
Dstm32h5xx_hal_spi.h63 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/
Dstm32u5xx_hal_spi.h63 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/
Dstm32h7xx_hal_spi.h63 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))

1234