| /bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/src/ |
| A D | n32g4fr_sdio.c | 436 assert_param(IS_SDIO_TRANSFER_DIRECTION(SDIO_DataInitStruct->TransferDirection)); in SDIO_ConfigData() 457 … tmpregister |= (uint32_t)SDIO_DataInitStruct->DatBlkSize | SDIO_DataInitStruct->TransferDirection in SDIO_ConfigData() 460 if(SDIO_DataInitStruct->TransferDirection) in SDIO_ConfigData() 484 SDIO_DataInitStruct->TransferDirection = SDIO_TRANSDIR_TOCARD; in SDIO_InitDataStruct()
|
| /bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/src/ |
| A D | n32g45x_sdio.c | 436 assert_param(IS_SDIO_TRANSFER_DIRECTION(SDIO_DataInitStruct->TransferDirection)); in SDIO_ConfigData() 457 … tmpregister |= (uint32_t)SDIO_DataInitStruct->DatBlkSize | SDIO_DataInitStruct->TransferDirection in SDIO_ConfigData() 460 if (SDIO_DataInitStruct->TransferDirection) in SDIO_ConfigData() 484 SDIO_DataInitStruct->TransferDirection = SDIO_TRANSDIR_TOCARD; in SDIO_InitDataStruct()
|
| /bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/src/ |
| A D | n32wb452_sdio.c | 436 assert_param(IS_SDIO_TRANSFER_DIRECTION(SDIO_DataInitStruct->TransferDirection)); in SDIO_ConfigData() 457 … tmpregister |= (uint32_t)SDIO_DataInitStruct->DatBlkSize | SDIO_DataInitStruct->TransferDirection in SDIO_ConfigData() 460 if (SDIO_DataInitStruct->TransferDirection) in SDIO_ConfigData() 484 SDIO_DataInitStruct->TransferDirection = SDIO_TRANSDIR_TOCARD; in SDIO_InitDataStruct()
|
| /bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/src/ |
| A D | n32g45x_sdio.c | 436 assert_param(IS_SDIO_TRANSFER_DIRECTION(SDIO_DataInitStruct->TransferDirection)); in SDIO_ConfigData() 457 … tmpregister |= (uint32_t)SDIO_DataInitStruct->DatBlkSize | SDIO_DataInitStruct->TransferDirection in SDIO_ConfigData() 460 if(SDIO_DataInitStruct->TransferDirection) in SDIO_ConfigData() 484 SDIO_DataInitStruct->TransferDirection = SDIO_TRANSDIR_TOCARD; in SDIO_InitDataStruct()
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/ |
| A D | stm32l1xx_ll_usart.c | 209 assert_param(IS_LL_USART_DIRECTION(USART_InitStruct->TransferDirection)); in LL_USART_Init() 228 USART_InitStruct->TransferDirection | USART_InitStruct->OverSampling)); in LL_USART_Init() 312 USART_InitStruct->TransferDirection = LL_USART_DIRECTION_TX_RX; in LL_USART_StructInit()
|
| A D | stm32l1xx_ll_spi.c | 186 assert_param(IS_LL_SPI_TRANSFER_DIRECTION(SPI_InitStruct->TransferDirection)); in LL_SPI_Init() 212 … SPI_InitStruct->TransferDirection | SPI_InitStruct->Mode | SPI_InitStruct->DataWidth | in LL_SPI_Init() 251 SPI_InitStruct->TransferDirection = LL_SPI_FULL_DUPLEX; in LL_SPI_StructInit()
|
| A D | stm32l1xx_hal_i2c.c | 5076 __weak void HAL_I2C_AddrCallback(I2C_HandleTypeDef *hi2c, uint8_t TransferDirection, uint16_t AddrM… in HAL_I2C_AddrCallback() argument 5080 UNUSED(TransferDirection); in HAL_I2C_AddrCallback() 6084 uint8_t TransferDirection = I2C_DIRECTION_RECEIVE; in I2C_Slave_ADDR() local 6095 TransferDirection = I2C_DIRECTION_TRANSMIT; in I2C_Slave_ADDR() 6112 hi2c->AddrCallback(hi2c, TransferDirection, SlaveAddrCode); in I2C_Slave_ADDR() 6114 HAL_I2C_AddrCallback(hi2c, TransferDirection, SlaveAddrCode); in I2C_Slave_ADDR()
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/ |
| A D | stm32l1xx_hal_i2c.h | 238 …void (* AddrCallback)(struct __I2C_HandleTypeDef *hi2c, uint8_t TransferDirection, uint16_t AddrMa… 271 typedef void (*pI2C_AddrCallbackTypeDef)(I2C_HandleTypeDef *hi2c, uint8_t TransferDirection, uint1… 614 void HAL_I2C_AddrCallback(I2C_HandleTypeDef *hi2c, uint8_t TransferDirection, uint16_t AddrMatchCod…
|
| A D | stm32l1xx_ll_spi.h | 56 …uint32_t TransferDirection; /*!< Specifies the SPI unidirectional or bidirectional data mode. member 530 __STATIC_INLINE void LL_SPI_SetTransferDirection(SPI_TypeDef *SPIx, uint32_t TransferDirection) in LL_SPI_SetTransferDirection() argument 532 MODIFY_REG(SPIx->CR1, SPI_CR1_RXONLY | SPI_CR1_BIDIMODE | SPI_CR1_BIDIOE, TransferDirection); in LL_SPI_SetTransferDirection()
|
| A D | stm32l1xx_ll_usart.h | 95 …uint32_t TransferDirection; /*!< Specifies whether the Receive and/or Transmit mode is ena… member 496 …STATIC_INLINE void LL_USART_SetTransferDirection(USART_TypeDef *USARTx, uint32_t TransferDirection) in LL_USART_SetTransferDirection() argument 498 MODIFY_REG(USARTx->CR1, USART_CR1_RE | USART_CR1_TE, TransferDirection); in LL_USART_SetTransferDirection()
|
| /bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/inc/ |
| A D | n32wb452_sdio.h | 109 uint32_t TransferDirection; /*!< Specifies the data transfer direction, whether the transfer member
|
| /bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/inc/ |
| A D | n32g4fr_sdio.h | 109 uint32_t TransferDirection; /*!< Specifies the data transfer direction, whether the transfer member
|
| /bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/inc/ |
| A D | n32g45x_sdio.h | 109 uint32_t TransferDirection; /*!< Specifies the data transfer direction, whether the transfer member
|
| /bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/inc/ |
| A D | n32g45x_sdio.h | 109 uint32_t TransferDirection; /*!< Specifies the data transfer direction, whether the transfer member
|