/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_pssi.c | 634 if (((hpssi->Init.DataWidth == HAL_PSSI_8BITS) && (hpssi->Init.BusWidth != HAL_PSSI_8LINES)) || in HAL_PSSI_Transmit() 635 ((hpssi->Init.DataWidth == HAL_PSSI_16BITS) && ((Size % 2U) != 0U)) || in HAL_PSSI_Transmit() 636 ((hpssi->Init.DataWidth == HAL_PSSI_32BITS) && ((Size % 4U) != 0U))) in HAL_PSSI_Transmit() 664 if (hpssi->Init.DataWidth == HAL_PSSI_8BITS) in HAL_PSSI_Transmit() 689 else if (hpssi->Init.DataWidth == HAL_PSSI_16BITS) in HAL_PSSI_Transmit() 715 else if (hpssi->Init.DataWidth == HAL_PSSI_32BITS) in HAL_PSSI_Transmit() 787 if (((hpssi->Init.DataWidth == HAL_PSSI_8BITS) && (hpssi->Init.BusWidth != HAL_PSSI_8LINES)) || in HAL_PSSI_Receive() 788 ((hpssi->Init.DataWidth == HAL_PSSI_16BITS) && ((Size % 2U) != 0U)) || in HAL_PSSI_Receive() 789 ((hpssi->Init.DataWidth == HAL_PSSI_32BITS) && ((Size % 4U) != 0U))) in HAL_PSSI_Receive() 816 if (hpssi->Init.DataWidth == HAL_PSSI_8BITS) in HAL_PSSI_Receive() [all …]
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_pssi.c | 634 if (((hpssi->Init.DataWidth == HAL_PSSI_8BITS) && (hpssi->Init.BusWidth != HAL_PSSI_8LINES)) || in HAL_PSSI_Transmit() 635 ((hpssi->Init.DataWidth == HAL_PSSI_16BITS) && ((Size % 2U) != 0U)) || in HAL_PSSI_Transmit() 636 ((hpssi->Init.DataWidth == HAL_PSSI_32BITS) && ((Size % 4U) != 0U))) in HAL_PSSI_Transmit() 664 if (hpssi->Init.DataWidth == HAL_PSSI_8BITS) in HAL_PSSI_Transmit() 689 else if (hpssi->Init.DataWidth == HAL_PSSI_16BITS) in HAL_PSSI_Transmit() 715 else if (hpssi->Init.DataWidth == HAL_PSSI_32BITS) in HAL_PSSI_Transmit() 787 if (((hpssi->Init.DataWidth == HAL_PSSI_8BITS) && (hpssi->Init.BusWidth != HAL_PSSI_8LINES)) || in HAL_PSSI_Receive() 788 ((hpssi->Init.DataWidth == HAL_PSSI_16BITS) && ((Size % 2U) != 0U)) || in HAL_PSSI_Receive() 789 ((hpssi->Init.DataWidth == HAL_PSSI_32BITS) && ((Size % 4U) != 0U))) in HAL_PSSI_Receive() 816 if (hpssi->Init.DataWidth == HAL_PSSI_8BITS) in HAL_PSSI_Receive() [all …]
|
D | stm32l4xx_ll_spi.c | 198 assert_param(IS_LL_SPI_DATAWIDTH(SPI_InitStruct->DataWidth)); in LL_SPI_Init() 233 SPI_InitStruct->DataWidth | (SPI_InitStruct->NSS >> 16U)); in LL_SPI_Init() 236 if (SPI_InitStruct->DataWidth < LL_SPI_DATAWIDTH_9BIT) in LL_SPI_Init() 267 SPI_InitStruct->DataWidth = LL_SPI_DATAWIDTH_8BIT; in LL_SPI_StructInit()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_pssi.c | 634 if (((hpssi->Init.DataWidth == HAL_PSSI_8BITS) && (hpssi->Init.BusWidth != HAL_PSSI_8LINES)) || in HAL_PSSI_Transmit() 635 ((hpssi->Init.DataWidth == HAL_PSSI_16BITS) && ((Size % 2U) != 0U)) || in HAL_PSSI_Transmit() 636 ((hpssi->Init.DataWidth == HAL_PSSI_32BITS) && ((Size % 4U) != 0U))) in HAL_PSSI_Transmit() 664 if (hpssi->Init.DataWidth == HAL_PSSI_8BITS) in HAL_PSSI_Transmit() 689 else if (hpssi->Init.DataWidth == HAL_PSSI_16BITS) in HAL_PSSI_Transmit() 715 else if (hpssi->Init.DataWidth == HAL_PSSI_32BITS) in HAL_PSSI_Transmit() 787 if (((hpssi->Init.DataWidth == HAL_PSSI_8BITS) && (hpssi->Init.BusWidth != HAL_PSSI_8LINES)) || in HAL_PSSI_Receive() 788 ((hpssi->Init.DataWidth == HAL_PSSI_16BITS) && ((Size % 2U) != 0U)) || in HAL_PSSI_Receive() 789 ((hpssi->Init.DataWidth == HAL_PSSI_32BITS) && ((Size % 4U) != 0U))) in HAL_PSSI_Receive() 816 if (hpssi->Init.DataWidth == HAL_PSSI_8BITS) in HAL_PSSI_Receive() [all …]
|
D | stm32u5xx_ll_lpuart.c | 179 assert_param(IS_LL_LPUART_DATAWIDTH(LPUART_InitStruct->DataWidth)); in LL_LPUART_Init() 197 …(LPUART_InitStruct->DataWidth | LPUART_InitStruct->Parity | LPUART_InitStruct->TransferDirection)); in LL_LPUART_Init() 260 LPUART_InitStruct->DataWidth = LL_LPUART_DATAWIDTH_8B; in LL_LPUART_StructInit()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_pssi.c | 633 if (((hpssi->Init.DataWidth == HAL_PSSI_8BITS) && (hpssi->Init.BusWidth != HAL_PSSI_8LINES)) || in HAL_PSSI_Transmit() 634 ((hpssi->Init.DataWidth == HAL_PSSI_16BITS) && ((Size % 2U) != 0U)) || in HAL_PSSI_Transmit() 635 ((hpssi->Init.DataWidth == HAL_PSSI_32BITS) && ((Size % 4U) != 0U))) in HAL_PSSI_Transmit() 663 if (hpssi->Init.DataWidth == HAL_PSSI_8BITS) in HAL_PSSI_Transmit() 688 else if (hpssi->Init.DataWidth == HAL_PSSI_16BITS) in HAL_PSSI_Transmit() 714 else if (hpssi->Init.DataWidth == HAL_PSSI_32BITS) in HAL_PSSI_Transmit() 786 if (((hpssi->Init.DataWidth == HAL_PSSI_8BITS) && (hpssi->Init.BusWidth != HAL_PSSI_8LINES)) || in HAL_PSSI_Receive() 787 ((hpssi->Init.DataWidth == HAL_PSSI_16BITS) && ((Size % 2U) != 0U)) || in HAL_PSSI_Receive() 788 ((hpssi->Init.DataWidth == HAL_PSSI_32BITS) && ((Size % 4U) != 0U))) in HAL_PSSI_Receive() 815 if (hpssi->Init.DataWidth == HAL_PSSI_8BITS) in HAL_PSSI_Receive() [all …]
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_pssi.c | 635 if (((hpssi->Init.DataWidth == HAL_PSSI_8BITS) && (hpssi->Init.BusWidth != HAL_PSSI_8LINES)) || in HAL_PSSI_Transmit() 636 ((hpssi->Init.DataWidth == HAL_PSSI_16BITS) && ((Size % 2U) != 0U)) || in HAL_PSSI_Transmit() 637 ((hpssi->Init.DataWidth == HAL_PSSI_32BITS) && ((Size % 4U) != 0U))) in HAL_PSSI_Transmit() 665 if (hpssi->Init.DataWidth == HAL_PSSI_8BITS) in HAL_PSSI_Transmit() 690 else if (hpssi->Init.DataWidth == HAL_PSSI_16BITS) in HAL_PSSI_Transmit() 716 else if (hpssi->Init.DataWidth == HAL_PSSI_32BITS) in HAL_PSSI_Transmit() 788 if (((hpssi->Init.DataWidth == HAL_PSSI_8BITS) && (hpssi->Init.BusWidth != HAL_PSSI_8LINES)) || in HAL_PSSI_Receive() 789 ((hpssi->Init.DataWidth == HAL_PSSI_16BITS) && ((Size % 2U) != 0U)) || in HAL_PSSI_Receive() 790 ((hpssi->Init.DataWidth == HAL_PSSI_32BITS) && ((Size % 4U) != 0U))) in HAL_PSSI_Receive() 817 if (hpssi->Init.DataWidth == HAL_PSSI_8BITS) in HAL_PSSI_Receive() [all …]
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_pssi.c | 636 if (((hpssi->Init.DataWidth == HAL_PSSI_8BITS) && (hpssi->Init.BusWidth != HAL_PSSI_8LINES)) || in HAL_PSSI_Transmit() 637 ((hpssi->Init.DataWidth == HAL_PSSI_16BITS) && ((Size % 2U) != 0U)) || in HAL_PSSI_Transmit() 638 ((hpssi->Init.DataWidth == HAL_PSSI_32BITS) && ((Size % 4U) != 0U))) in HAL_PSSI_Transmit() 666 if (hpssi->Init.DataWidth == HAL_PSSI_8BITS) in HAL_PSSI_Transmit() 691 else if (hpssi->Init.DataWidth == HAL_PSSI_16BITS) in HAL_PSSI_Transmit() 717 else if (hpssi->Init.DataWidth == HAL_PSSI_32BITS) in HAL_PSSI_Transmit() 789 if (((hpssi->Init.DataWidth == HAL_PSSI_8BITS) && (hpssi->Init.BusWidth != HAL_PSSI_8LINES)) || in HAL_PSSI_Receive() 790 ((hpssi->Init.DataWidth == HAL_PSSI_16BITS) && ((Size % 2U) != 0U)) || in HAL_PSSI_Receive() 791 ((hpssi->Init.DataWidth == HAL_PSSI_32BITS) && ((Size % 4U) != 0U))) in HAL_PSSI_Receive() 818 if (hpssi->Init.DataWidth == HAL_PSSI_8BITS) in HAL_PSSI_Receive() [all …]
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_ll_spi.c | 185 assert_param(IS_LL_SPI_DATAWIDTH(SPI_InitStruct->DataWidth)); in LL_SPI_Init() 220 SPI_InitStruct->DataWidth | (SPI_InitStruct->NSS >> 16U)); in LL_SPI_Init() 223 if (SPI_InitStruct->DataWidth < LL_SPI_DATAWIDTH_9BIT) in LL_SPI_Init() 254 SPI_InitStruct->DataWidth = LL_SPI_DATAWIDTH_8BIT; in LL_SPI_StructInit()
|
D | stm32wbxx_ll_lpuart.c | 179 assert_param(IS_LL_LPUART_DATAWIDTH(LPUART_InitStruct->DataWidth)); in LL_LPUART_Init() 197 …(LPUART_InitStruct->DataWidth | LPUART_InitStruct->Parity | LPUART_InitStruct->TransferDirection)); in LL_LPUART_Init() 260 LPUART_InitStruct->DataWidth = LL_LPUART_DATAWIDTH_8B; in LL_LPUART_StructInit()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_ll_spi.c | 197 assert_param(IS_LL_SPI_DATAWIDTH(SPI_InitStruct->DataWidth)); in LL_SPI_Init() 232 SPI_InitStruct->DataWidth | (SPI_InitStruct->NSS >> 16U)); in LL_SPI_Init() 235 if (SPI_InitStruct->DataWidth < LL_SPI_DATAWIDTH_9BIT) in LL_SPI_Init() 266 SPI_InitStruct->DataWidth = LL_SPI_DATAWIDTH_8BIT; in LL_SPI_StructInit()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_ll_spi.c | 197 assert_param(IS_LL_SPI_DATAWIDTH(SPI_InitStruct->DataWidth)); in LL_SPI_Init() 232 SPI_InitStruct->DataWidth | (SPI_InitStruct->NSS >> 16U)); in LL_SPI_Init() 235 if (SPI_InitStruct->DataWidth < LL_SPI_DATAWIDTH_9BIT) in LL_SPI_Init() 266 SPI_InitStruct->DataWidth = LL_SPI_DATAWIDTH_8BIT; in LL_SPI_StructInit()
|
D | stm32l5xx_ll_lpuart.c | 179 assert_param(IS_LL_LPUART_DATAWIDTH(LPUART_InitStruct->DataWidth)); in LL_LPUART_Init() 197 …(LPUART_InitStruct->DataWidth | LPUART_InitStruct->Parity | LPUART_InitStruct->TransferDirection)); in LL_LPUART_Init() 260 LPUART_InitStruct->DataWidth = LL_LPUART_DATAWIDTH_8B; in LL_LPUART_StructInit()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_ll_usart.c | 207 assert_param(IS_LL_USART_DATAWIDTH(USART_InitStruct->DataWidth)); in LL_USART_Init() 231 (USART_InitStruct->DataWidth | USART_InitStruct->Parity | in LL_USART_Init() 237 (USART_InitStruct->DataWidth | USART_InitStruct->Parity | in LL_USART_Init() 328 USART_InitStruct->DataWidth = LL_USART_DATAWIDTH_8B; in LL_USART_StructInit()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_ll_spi.c | 186 assert_param(IS_LL_SPI_DATAWIDTH(SPI_InitStruct->DataWidth)); in LL_SPI_Init() 221 SPI_InitStruct->DataWidth | (SPI_InitStruct->NSS >> 16U)); in LL_SPI_Init() 224 if (SPI_InitStruct->DataWidth < LL_SPI_DATAWIDTH_9BIT) in LL_SPI_Init() 257 SPI_InitStruct->DataWidth = LL_SPI_DATAWIDTH_8BIT; in LL_SPI_StructInit()
|
D | stm32wlxx_ll_lpuart.c | 176 assert_param(IS_LL_LPUART_DATAWIDTH(LPUART_InitStruct->DataWidth)); in LL_LPUART_Init() 194 …(LPUART_InitStruct->DataWidth | LPUART_InitStruct->Parity | LPUART_InitStruct->TransferDirection)); in LL_LPUART_Init() 257 LPUART_InitStruct->DataWidth = LL_LPUART_DATAWIDTH_8B; in LL_LPUART_StructInit()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_ll_spi.c | 186 assert_param(IS_LL_SPI_DATAWIDTH(SPI_InitStruct->DataWidth)); in LL_SPI_Init() 221 SPI_InitStruct->DataWidth | (SPI_InitStruct->NSS >> 16U)); in LL_SPI_Init() 224 if (SPI_InitStruct->DataWidth < LL_SPI_DATAWIDTH_9BIT) in LL_SPI_Init() 259 SPI_InitStruct->DataWidth = LL_SPI_DATAWIDTH_8BIT; in LL_SPI_StructInit()
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_ll_spi.c | 186 assert_param(IS_LL_SPI_DATAWIDTH(SPI_InitStruct->DataWidth)); in LL_SPI_Init() 221 SPI_InitStruct->DataWidth | (SPI_InitStruct->NSS >> 16U)); in LL_SPI_Init() 224 if (SPI_InitStruct->DataWidth < LL_SPI_DATAWIDTH_9BIT) in LL_SPI_Init() 259 SPI_InitStruct->DataWidth = LL_SPI_DATAWIDTH_8BIT; in LL_SPI_StructInit()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_ll_spi.c | 211 assert_param(IS_LL_SPI_DATAWIDTH(SPI_InitStruct->DataWidth)); in LL_SPI_Init() 246 SPI_InitStruct->DataWidth | (SPI_InitStruct->NSS >> 16U)); in LL_SPI_Init() 249 if (SPI_InitStruct->DataWidth < LL_SPI_DATAWIDTH_9BIT) in LL_SPI_Init() 284 SPI_InitStruct->DataWidth = LL_SPI_DATAWIDTH_8BIT; in LL_SPI_StructInit()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_ll_spi.c | 198 assert_param(IS_LL_SPI_DATAWIDTH(SPI_InitStruct->DataWidth)); in LL_SPI_Init() 233 SPI_InitStruct->DataWidth | (SPI_InitStruct->NSS >> 16U)); in LL_SPI_Init() 236 if (SPI_InitStruct->DataWidth < LL_SPI_DATAWIDTH_9BIT) in LL_SPI_Init() 271 SPI_InitStruct->DataWidth = LL_SPI_DATAWIDTH_8BIT; in LL_SPI_StructInit()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_ll_spi.c | 234 assert_param(IS_LL_SPI_DATAWIDTH(SPI_InitStruct->DataWidth)); in LL_SPI_Init() 269 SPI_InitStruct->DataWidth | (SPI_InitStruct->NSS >> 16U)); in LL_SPI_Init() 272 if (SPI_InitStruct->DataWidth < LL_SPI_DATAWIDTH_9BIT) in LL_SPI_Init() 305 SPI_InitStruct->DataWidth = LL_SPI_DATAWIDTH_8BIT; in LL_SPI_StructInit()
|
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/ |
D | stm32wb0x_ll_spi.c | 198 assert_param(IS_LL_SPI_DATAWIDTH(SPI_InitStruct->DataWidth)); in LL_SPI_Init() 233 SPI_InitStruct->DataWidth | (SPI_InitStruct->NSS >> 16U)); in LL_SPI_Init() 236 if (SPI_InitStruct->DataWidth < LL_SPI_DATAWIDTH_9BIT) in LL_SPI_Init() 269 SPI_InitStruct->DataWidth = LL_SPI_DATAWIDTH_8BIT; in LL_SPI_StructInit()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_ll_spi.c | 210 assert_param(IS_LL_SPI_DATAWIDTH(SPI_InitStruct->DataWidth)); in LL_SPI_Init() 245 SPI_InitStruct->DataWidth | (SPI_InitStruct->NSS >> 16U)); in LL_SPI_Init() 248 if (SPI_InitStruct->DataWidth < LL_SPI_DATAWIDTH_9BIT) in LL_SPI_Init() 283 SPI_InitStruct->DataWidth = LL_SPI_DATAWIDTH_8BIT; in LL_SPI_StructInit()
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_ll_lpuart.c | 165 assert_param(IS_LL_LPUART_DATAWIDTH(LPUART_InitStruct->DataWidth)); in LL_LPUART_Init() 183 …(LPUART_InitStruct->DataWidth | LPUART_InitStruct->Parity | LPUART_InitStruct->TransferDirection)); in LL_LPUART_Init() 238 LPUART_InitStruct->DataWidth = LL_LPUART_DATAWIDTH_8B; in LL_LPUART_StructInit()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_ll_lpuart.c | 179 assert_param(IS_LL_LPUART_DATAWIDTH(LPUART_InitStruct->DataWidth)); in LL_LPUART_Init() 197 …(LPUART_InitStruct->DataWidth | LPUART_InitStruct->Parity | LPUART_InitStruct->TransferDirection)); in LL_LPUART_Init() 260 LPUART_InitStruct->DataWidth = LL_LPUART_DATAWIDTH_8B; in LL_LPUART_StructInit()
|