Home
last modified time | relevance | path

Searched refs:DataWidth (Results 1 – 25 of 140) sorted by relevance

123456

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_pssi.c634 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/
Dstm32l4xx_hal_pssi.c634 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 …]
Dstm32l4xx_ll_spi.c198 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/
Dstm32u5xx_hal_pssi.c634 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 …]
Dstm32u5xx_ll_lpuart.c179 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/
Dstm32h5xx_hal_pssi.c633 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/
Dstm32n6xx_hal_pssi.c635 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/
Dstm32h7rsxx_hal_pssi.c636 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/
Dstm32wbxx_ll_spi.c185 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()
Dstm32wbxx_ll_lpuart.c179 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/
Dstm32u0xx_ll_spi.c197 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/
Dstm32l5xx_ll_spi.c197 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()
Dstm32l5xx_ll_lpuart.c179 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/
Dstm32f1xx_ll_usart.c207 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/
Dstm32wlxx_ll_spi.c186 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()
Dstm32wlxx_ll_lpuart.c176 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/
Dstm32c0xx_ll_spi.c186 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/
Dstm32f0xx_ll_spi.c186 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/
Dstm32g4xx_ll_spi.c211 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/
Dstm32g0xx_ll_spi.c198 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/
Dstm32f7xx_ll_spi.c234 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/
Dstm32wb0x_ll_spi.c198 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/
Dstm32f3xx_ll_spi.c210 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/
Dstm32l0xx_ll_lpuart.c165 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/
Dstm32wbaxx_ll_lpuart.c179 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()

123456