Home
last modified time | relevance | path

Searched refs:TransferDirection (Results 1 – 25 of 182) sorted by relevance

12345678

/hal_stm32-3.5.0/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_usart.c211 assert_param(IS_LL_USART_DIRECTION(USART_InitStruct->TransferDirection)); in LL_USART_Init()
233 USART_InitStruct->TransferDirection | USART_InitStruct->OverSampling)); in LL_USART_Init()
239 USART_InitStruct->TransferDirection)); in LL_USART_Init()
332 USART_InitStruct->TransferDirection = LL_USART_DIRECTION_TX_RX; in LL_USART_StructInit()
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_spi.c348 assert_param(IS_LL_SPI_TRANSFER_DIRECTION(SPI_InitStruct->TransferDirection)); in LL_SPI_Init()
397 SPI_InitStruct->Mode | (SPI_InitStruct->TransferDirection & SPI_CFG2_COMM)); in LL_SPI_Init()
403 MODIFY_REG(SPIx->CR1, SPI_CR1_HDDIR, SPI_InitStruct->TransferDirection & SPI_CR1_HDDIR); in LL_SPI_Init()
431 SPI_InitStruct->TransferDirection = LL_SPI_FULL_DUPLEX; in LL_SPI_StructInit()
Dstm32u5xx_ll_lpuart.c182 assert_param(IS_LL_LPUART_DIRECTION(LPUART_InitStruct->TransferDirection)); in LL_LPUART_Init()
197 …(LPUART_InitStruct->DataWidth | LPUART_InitStruct->Parity | LPUART_InitStruct->TransferDirection)); in LL_LPUART_Init()
263 LPUART_InitStruct->TransferDirection = LL_LPUART_DIRECTION_TX_RX; in LL_LPUART_StructInit()
/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_ll_spi.c296 assert_param(IS_LL_SPI_TRANSFER_DIRECTION(SPI_InitStruct->TransferDirection)); in LL_SPI_Init()
345 SPI_InitStruct->Mode | (SPI_InitStruct->TransferDirection & SPI_CFG2_COMM)); in LL_SPI_Init()
351 MODIFY_REG(SPIx->CR1, SPI_CR1_HDDIR, SPI_InitStruct->TransferDirection & SPI_CR1_HDDIR); in LL_SPI_Init()
379 SPI_InitStruct->TransferDirection = LL_SPI_FULL_DUPLEX; in LL_SPI_StructInit()
Dstm32wbaxx_ll_lpuart.c182 assert_param(IS_LL_LPUART_DIRECTION(LPUART_InitStruct->TransferDirection)); in LL_LPUART_Init()
197 …(LPUART_InitStruct->DataWidth | LPUART_InitStruct->Parity | LPUART_InitStruct->TransferDirection)); in LL_LPUART_Init()
263 LPUART_InitStruct->TransferDirection = LL_LPUART_DIRECTION_TX_RX; in LL_LPUART_StructInit()
Dstm32wbaxx_ll_usart.c198 assert_param(IS_LL_USART_DIRECTION(USART_InitStruct->TransferDirection)); in LL_USART_Init()
217 USART_InitStruct->TransferDirection | USART_InitStruct->OverSampling)); in LL_USART_Init()
296 USART_InitStruct->TransferDirection = LL_USART_DIRECTION_TX_RX; in LL_USART_StructInit()
/hal_stm32-3.5.0/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_ll_lpuart.c168 assert_param(IS_LL_LPUART_DIRECTION(LPUART_InitStruct->TransferDirection)); in LL_LPUART_Init()
183 …(LPUART_InitStruct->DataWidth | LPUART_InitStruct->Parity | LPUART_InitStruct->TransferDirection)); in LL_LPUART_Init()
241 LPUART_InitStruct->TransferDirection = LL_LPUART_DIRECTION_TX_RX; in LL_LPUART_StructInit()
Dstm32l0xx_ll_usart.c211 assert_param(IS_LL_USART_DIRECTION(USART_InitStruct->TransferDirection)); in LL_USART_Init()
230 USART_InitStruct->TransferDirection | USART_InitStruct->OverSampling)); in LL_USART_Init()
320 USART_InitStruct->TransferDirection = LL_USART_DIRECTION_TX_RX; in LL_USART_StructInit()
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_lpuart.c182 assert_param(IS_LL_LPUART_DIRECTION(LPUART_InitStruct->TransferDirection)); in LL_LPUART_Init()
197 …(LPUART_InitStruct->DataWidth | LPUART_InitStruct->Parity | LPUART_InitStruct->TransferDirection)); in LL_LPUART_Init()
263 LPUART_InitStruct->TransferDirection = LL_LPUART_DIRECTION_TX_RX; in LL_LPUART_StructInit()
/hal_stm32-3.5.0/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_lpuart.c179 assert_param(IS_LL_LPUART_DIRECTION(LPUART_InitStruct->TransferDirection)); in LL_LPUART_Init()
194 …(LPUART_InitStruct->DataWidth | LPUART_InitStruct->Parity | LPUART_InitStruct->TransferDirection)); in LL_LPUART_Init()
260 LPUART_InitStruct->TransferDirection = LL_LPUART_DIRECTION_TX_RX; in LL_LPUART_StructInit()
Dstm32wlxx_ll_usart.c184 assert_param(IS_LL_USART_DIRECTION(USART_InitStruct->TransferDirection)); in LL_USART_Init()
203 USART_InitStruct->TransferDirection | USART_InitStruct->OverSampling)); in LL_USART_Init()
279 USART_InitStruct->TransferDirection = LL_USART_DIRECTION_TX_RX; in LL_USART_StructInit()
/hal_stm32-3.5.0/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_lpuart.c182 assert_param(IS_LL_LPUART_DIRECTION(LPUART_InitStruct->TransferDirection)); in LL_LPUART_Init()
197 …(LPUART_InitStruct->DataWidth | LPUART_InitStruct->Parity | LPUART_InitStruct->TransferDirection)); in LL_LPUART_Init()
263 LPUART_InitStruct->TransferDirection = LL_LPUART_DIRECTION_TX_RX; in LL_LPUART_StructInit()
Dstm32wbxx_ll_spi.c183 assert_param(IS_LL_SPI_TRANSFER_DIRECTION(SPI_InitStruct->TransferDirection)); in LL_SPI_Init()
208 SPI_InitStruct->TransferDirection | SPI_InitStruct->Mode | in LL_SPI_Init()
252 SPI_InitStruct->TransferDirection = LL_SPI_FULL_DUPLEX; in LL_SPI_StructInit()
Dstm32wbxx_ll_usart.c188 assert_param(IS_LL_USART_DIRECTION(USART_InitStruct->TransferDirection)); in LL_USART_Init()
207 USART_InitStruct->TransferDirection | USART_InitStruct->OverSampling)); in LL_USART_Init()
280 USART_InitStruct->TransferDirection = LL_USART_DIRECTION_TX_RX; in LL_USART_StructInit()
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_lpuart.c182 assert_param(IS_LL_LPUART_DIRECTION(LPUART_InitStruct->TransferDirection)); in LL_LPUART_Init()
197 …(LPUART_InitStruct->DataWidth | LPUART_InitStruct->Parity | LPUART_InitStruct->TransferDirection)); in LL_LPUART_Init()
263 LPUART_InitStruct->TransferDirection = LL_LPUART_DIRECTION_TX_RX; in LL_LPUART_StructInit()
/hal_stm32-3.5.0/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_lpuart.c179 assert_param(IS_LL_LPUART_DIRECTION(LPUART_InitStruct->TransferDirection)); in LL_LPUART_Init()
194 …(LPUART_InitStruct->DataWidth | LPUART_InitStruct->Parity | LPUART_InitStruct->TransferDirection)); in LL_LPUART_Init()
260 LPUART_InitStruct->TransferDirection = LL_LPUART_DIRECTION_TX_RX; in LL_LPUART_StructInit()
/hal_stm32-3.5.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_lpuart.c183 assert_param(IS_LL_LPUART_DIRECTION(LPUART_InitStruct->TransferDirection)); in LL_LPUART_Init()
198 …(LPUART_InitStruct->DataWidth | LPUART_InitStruct->Parity | LPUART_InitStruct->TransferDirection)); in LL_LPUART_Init()
272 LPUART_InitStruct->TransferDirection = LL_LPUART_DIRECTION_TX_RX; in LL_LPUART_StructInit()
Dstm32l4xx_ll_spi.c195 assert_param(IS_LL_SPI_TRANSFER_DIRECTION(SPI_InitStruct->TransferDirection)); in LL_SPI_Init()
220 SPI_InitStruct->TransferDirection | SPI_InitStruct->Mode | in LL_SPI_Init()
264 SPI_InitStruct->TransferDirection = LL_SPI_FULL_DUPLEX; in LL_SPI_StructInit()
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_lpuart.c182 assert_param(IS_LL_LPUART_DIRECTION(LPUART_InitStruct->TransferDirection)); in LL_LPUART_Init()
197 …(LPUART_InitStruct->DataWidth | LPUART_InitStruct->Parity | LPUART_InitStruct->TransferDirection)); in LL_LPUART_Init()
263 LPUART_InitStruct->TransferDirection = LL_LPUART_DIRECTION_TX_RX; in LL_LPUART_StructInit()
Dstm32l5xx_ll_spi.c195 assert_param(IS_LL_SPI_TRANSFER_DIRECTION(SPI_InitStruct->TransferDirection)); in LL_SPI_Init()
220 SPI_InitStruct->TransferDirection | SPI_InitStruct->Mode | in LL_SPI_Init()
264 SPI_InitStruct->TransferDirection = LL_SPI_FULL_DUPLEX; in LL_SPI_StructInit()
/hal_stm32-3.5.0/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_lpuart.c193 assert_param(IS_LL_LPUART_DIRECTION(LPUART_InitStruct->TransferDirection)); in LL_LPUART_Init()
208 …(LPUART_InitStruct->DataWidth | LPUART_InitStruct->Parity | LPUART_InitStruct->TransferDirection)); in LL_LPUART_Init()
289 LPUART_InitStruct->TransferDirection = LL_LPUART_DIRECTION_TX_RX; in LL_LPUART_StructInit()
/hal_stm32-3.5.0/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_ll_usart.c197 assert_param(IS_LL_USART_DIRECTION(USART_InitStruct->TransferDirection)); in LL_USART_Init()
216 USART_InitStruct->TransferDirection | USART_InitStruct->OverSampling)); in LL_USART_Init()
295 USART_InitStruct->TransferDirection = LL_USART_DIRECTION_TX_RX; in LL_USART_StructInit()
/hal_stm32-3.5.0/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_ll_usart.c208 assert_param(IS_LL_USART_DIRECTION(USART_InitStruct->TransferDirection)); in LL_USART_Init()
227 USART_InitStruct->TransferDirection | USART_InitStruct->OverSampling)); in LL_USART_Init()
311 USART_InitStruct->TransferDirection = LL_USART_DIRECTION_TX_RX; in LL_USART_StructInit()
/hal_stm32-3.5.0/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_usart.c218 assert_param(IS_LL_USART_DIRECTION(USART_InitStruct->TransferDirection)); in LL_USART_Init()
237 USART_InitStruct->TransferDirection | USART_InitStruct->OverSampling)); in LL_USART_Init()
333 USART_InitStruct->TransferDirection = LL_USART_DIRECTION_TX_RX; in LL_USART_StructInit()
/hal_stm32-3.5.0/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_usart.c212 assert_param(IS_LL_USART_DIRECTION(USART_InitStruct->TransferDirection)); in LL_USART_Init()
231 USART_InitStruct->TransferDirection | USART_InitStruct->OverSampling)); in LL_USART_Init()
315 USART_InitStruct->TransferDirection = LL_USART_DIRECTION_TX_RX; in LL_USART_StructInit()

12345678