Home
last modified time | relevance | path

Searched defs:TransferDirection (Results 1 – 13 of 13) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_smbus.c1292 __weak void HAL_SMBUS_AddrCallback(SMBUS_HandleTypeDef *hsmbus, uint8_t TransferDirection, uint16_t… in HAL_SMBUS_AddrCallback()
1611 uint8_t TransferDirection = 0U; in SMBUS_Slave_ISR() local
Dstm32l0xx_hal_i2c.c3099 __weak void HAL_I2C_AddrCallback(I2C_HandleTypeDef *hi2c, uint8_t TransferDirection, uint16_t AddrM… in HAL_I2C_AddrCallback()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_smbus.c1714 __weak void HAL_SMBUS_AddrCallback(SMBUS_HandleTypeDef *hsmbus, uint8_t TransferDirection, uint16_t… in HAL_SMBUS_AddrCallback()
2106 uint8_t TransferDirection; in SMBUS_Slave_ISR() local
Dstm32l4xx_hal_i2c.c4446 __weak void HAL_I2C_AddrCallback(I2C_HandleTypeDef *hi2c, uint8_t TransferDirection, uint16_t AddrM… in HAL_I2C_AddrCallback()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_spi.h72 …uint32_t TransferDirection; /*!< Specifies the SPI unidirectional or bidirectional data mode. member
602 __STATIC_INLINE void LL_SPI_SetTransferDirection(SPI_TypeDef *SPIx, uint32_t TransferDirection) in LL_SPI_SetTransferDirection()
Dstm32l4xx_ll_lpuart.h144 …uint32_t TransferDirection; /*!< Specifies whether the Receive and/or Transmit mode is ena… member
821 …ATIC_INLINE void LL_LPUART_SetTransferDirection(USART_TypeDef *LPUARTx, uint32_t TransferDirection) in LL_LPUART_SetTransferDirection()
Dstm32l4xx_ll_usart.h139 …uint32_t TransferDirection; /*!< Specifies whether the Receive and/or Transmit mode is ena… member
1008 …STATIC_INLINE void LL_USART_SetTransferDirection(USART_TypeDef *USARTx, uint32_t TransferDirection) in LL_USART_SetTransferDirection()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_i2c.c3513 __weak void HAL_I2C_AddrCallback(I2C_HandleTypeDef *hi2c, uint8_t TransferDirection, uint16_t AddrM… in HAL_I2C_AddrCallback()
4253 uint8_t TransferDirection = I2C_DIRECTION_RECEIVE; in I2C_Slave_ADDR() local
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_ll_spi.h72 …uint32_t TransferDirection; /*!< Specifies the SPI unidirectional or bidirectional data mode. member
545 __STATIC_INLINE void LL_SPI_SetTransferDirection(SPI_TypeDef *SPIx, uint32_t TransferDirection) in LL_SPI_SetTransferDirection()
Dstm32l1xx_ll_usart.h101 …uint32_t TransferDirection; /*!< Specifies whether the Receive and/or Transmit mode is ena… member
502 …STATIC_INLINE void LL_USART_SetTransferDirection(USART_TypeDef *USARTx, uint32_t TransferDirection) in LL_USART_SetTransferDirection()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_spi.h72 …uint32_t TransferDirection; /*!< Specifies the SPI unidirectional or bidirectional data mode. member
542 __STATIC_INLINE void LL_SPI_SetTransferDirection(SPI_TypeDef *SPIx, uint32_t TransferDirection) in LL_SPI_SetTransferDirection()
Dstm32l0xx_ll_lpuart.h119 …uint32_t TransferDirection; /*!< Specifies whether the Receive and/or Transmit mode is ena… member
540 …ATIC_INLINE void LL_LPUART_SetTransferDirection(USART_TypeDef *LPUARTx, uint32_t TransferDirection) in LL_LPUART_SetTransferDirection()
Dstm32l0xx_ll_usart.h116 …uint32_t TransferDirection; /*!< Specifies whether the Receive and/or Transmit mode is ena… member
684 …STATIC_INLINE void LL_USART_SetTransferDirection(USART_TypeDef *USARTx, uint32_t TransferDirection) in LL_USART_SetTransferDirection()