/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
D | stm32l0xx_ll_lpuart.c | 167 assert_param(IS_LL_LPUART_DIRECTION(LPUART_InitStruct->TransferDirection)); in LL_LPUART_Init() 182 …(LPUART_InitStruct->DataWidth | LPUART_InitStruct->Parity | LPUART_InitStruct->TransferDirection)); in LL_LPUART_Init() 232 LPUART_InitStruct->TransferDirection = LL_LPUART_DIRECTION_TX_RX; in LL_LPUART_StructInit()
|
D | stm32l0xx_ll_usart.c | 222 assert_param(IS_LL_USART_DIRECTION(USART_InitStruct->TransferDirection)); in LL_USART_Init() 241 USART_InitStruct->TransferDirection | USART_InitStruct->OverSampling)); in LL_USART_Init() 327 USART_InitStruct->TransferDirection = LL_USART_DIRECTION_TX_RX; in LL_USART_StructInit()
|
D | stm32l0xx_ll_spi.c | 190 assert_param(IS_LL_SPI_TRANSFER_DIRECTION(SPI_InitStruct->TransferDirection)); in LL_SPI_Init() 216 … SPI_InitStruct->TransferDirection | SPI_InitStruct->Mode | SPI_InitStruct->DataWidth | in LL_SPI_Init() 255 SPI_InitStruct->TransferDirection = LL_SPI_FULL_DUPLEX; in LL_SPI_StructInit()
|
D | stm32l0xx_hal_smbus.c | 1292 __weak void HAL_SMBUS_AddrCallback(SMBUS_HandleTypeDef *hsmbus, uint8_t TransferDirection, uint16_t… in HAL_SMBUS_AddrCallback() argument 1296 UNUSED(TransferDirection); in HAL_SMBUS_AddrCallback() 1611 uint8_t TransferDirection = 0U; in SMBUS_Slave_ISR() local 1658 TransferDirection = SMBUS_GET_DIR(hsmbus); in SMBUS_Slave_ISR() 1669 HAL_SMBUS_AddrCallback(hsmbus, TransferDirection, SlaveAddrCode); in SMBUS_Slave_ISR()
|
D | stm32l0xx_hal_i2c.c | 3099 __weak void HAL_I2C_AddrCallback(I2C_HandleTypeDef *hi2c, uint8_t TransferDirection, uint16_t AddrM… in HAL_I2C_AddrCallback() argument 3103 UNUSED(TransferDirection); in HAL_I2C_AddrCallback()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_ll_lpuart.c | 198 assert_param(IS_LL_LPUART_DIRECTION(LPUART_InitStruct->TransferDirection)); in LL_LPUART_Init() 213 …(LPUART_InitStruct->DataWidth | LPUART_InitStruct->Parity | LPUART_InitStruct->TransferDirection)); in LL_LPUART_Init() 286 LPUART_InitStruct->TransferDirection = LL_LPUART_DIRECTION_TX_RX; in LL_LPUART_StructInit()
|
D | stm32l4xx_ll_spi.c | 212 assert_param(IS_LL_SPI_TRANSFER_DIRECTION(SPI_InitStruct->TransferDirection)); in LL_SPI_Init() 237 SPI_InitStruct->TransferDirection | SPI_InitStruct->Mode | in LL_SPI_Init() 275 SPI_InitStruct->TransferDirection = LL_SPI_FULL_DUPLEX; in LL_SPI_StructInit()
|
D | stm32l4xx_ll_usart.c | 251 assert_param(IS_LL_USART_DIRECTION(USART_InitStruct->TransferDirection)); in LL_USART_Init() 270 USART_InitStruct->TransferDirection | USART_InitStruct->OverSampling)); in LL_USART_Init() 375 USART_InitStruct->TransferDirection = LL_USART_DIRECTION_TX_RX; in LL_USART_StructInit()
|
D | stm32l4xx_hal_smbus.c | 1714 __weak void HAL_SMBUS_AddrCallback(SMBUS_HandleTypeDef *hsmbus, uint8_t TransferDirection, uint16_t… in HAL_SMBUS_AddrCallback() argument 1718 UNUSED(TransferDirection); in HAL_SMBUS_AddrCallback() 2106 uint8_t TransferDirection; in SMBUS_Slave_ISR() local 2157 TransferDirection = SMBUS_GET_DIR(hsmbus); in SMBUS_Slave_ISR() 2169 hsmbus->AddrCallback(hsmbus, TransferDirection, SlaveAddrCode); in SMBUS_Slave_ISR() 2171 HAL_SMBUS_AddrCallback(hsmbus, TransferDirection, SlaveAddrCode); in SMBUS_Slave_ISR()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ |
D | stm32l1xx_ll_usart.c | 221 assert_param(IS_LL_USART_DIRECTION(USART_InitStruct->TransferDirection)); in LL_USART_Init() 240 USART_InitStruct->TransferDirection | USART_InitStruct->OverSampling)); in LL_USART_Init() 321 USART_InitStruct->TransferDirection = LL_USART_DIRECTION_TX_RX; in LL_USART_StructInit()
|
D | stm32l1xx_ll_spi.c | 202 assert_param(IS_LL_SPI_TRANSFER_DIRECTION(SPI_InitStruct->TransferDirection)); in LL_SPI_Init() 228 … SPI_InitStruct->TransferDirection | SPI_InitStruct->Mode | SPI_InitStruct->DataWidth | in LL_SPI_Init() 267 SPI_InitStruct->TransferDirection = LL_SPI_FULL_DUPLEX; in LL_SPI_StructInit()
|
D | stm32l1xx_hal_i2c.c | 3513 __weak void HAL_I2C_AddrCallback(I2C_HandleTypeDef *hi2c, uint8_t TransferDirection, uint16_t AddrM… in HAL_I2C_AddrCallback() argument 3517 UNUSED(TransferDirection); in HAL_I2C_AddrCallback() 4253 uint8_t TransferDirection = I2C_DIRECTION_RECEIVE; in I2C_Slave_ADDR() local 4259 TransferDirection = I2C_DIRECTION_TRANSMIT; in I2C_Slave_ADDR() 4272 HAL_I2C_AddrCallback(hi2c, TransferDirection, SlaveAddrCode); in I2C_Slave_ADDR()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_hal_smbus.h | 181 …void (* AddrCallback)(struct __SMBUS_HandleTypeDef *hsmbus, uint8_t TransferDirection, uint16_t Ad… 211 typedef void (*pSMBUS_AddrCallbackTypeDef)(SMBUS_HandleTypeDef *hsmbus, uint8_t TransferDirection,… 707 void HAL_SMBUS_AddrCallback(SMBUS_HandleTypeDef *hsmbus, uint8_t TransferDirection, uint16_t AddrMa…
|
D | stm32l4xx_hal_i2c.h | 246 …void (* AddrCallback)(struct __I2C_HandleTypeDef *hi2c, uint8_t TransferDirection, uint16_t AddrMa… 279 typedef void (*pI2C_AddrCallbackTypeDef)(I2C_HandleTypeDef *hi2c, uint8_t TransferDirection, uint1… 667 void HAL_I2C_AddrCallback(I2C_HandleTypeDef *hi2c, uint8_t TransferDirection, uint16_t AddrMatchCod…
|
D | stm32l4xx_ll_spi.h | 72 …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() argument 604 MODIFY_REG(SPIx->CR1, SPI_CR1_RXONLY | SPI_CR1_BIDIMODE | SPI_CR1_BIDIOE, TransferDirection); in LL_SPI_SetTransferDirection()
|
D | stm32l4xx_ll_lpuart.h | 144 …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() argument 823 MODIFY_REG(LPUARTx->CR1, USART_CR1_RE | USART_CR1_TE, TransferDirection); in LL_LPUART_SetTransferDirection()
|
D | stm32l4xx_ll_usart.h | 139 …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() argument 1010 MODIFY_REG(USARTx->CR1, USART_CR1_RE | USART_CR1_TE, TransferDirection); in LL_USART_SetTransferDirection()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
D | stm32l1xx_ll_spi.h | 72 …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() argument 547 MODIFY_REG(SPIx->CR1, SPI_CR1_RXONLY | SPI_CR1_BIDIMODE | SPI_CR1_BIDIOE, TransferDirection); in LL_SPI_SetTransferDirection()
|
D | stm32l1xx_ll_usart.h | 101 …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() argument 504 MODIFY_REG(USARTx->CR1, USART_CR1_RE | USART_CR1_TE, TransferDirection); in LL_USART_SetTransferDirection()
|
D | stm32l1xx_hal_i2c.h | 553 void HAL_I2C_AddrCallback(I2C_HandleTypeDef *hi2c, uint8_t TransferDirection, uint16_t AddrMatchCod…
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
D | stm32l0xx_ll_spi.h | 72 …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() argument 544 MODIFY_REG(SPIx->CR1, SPI_CR1_RXONLY | SPI_CR1_BIDIMODE | SPI_CR1_BIDIOE, TransferDirection); in LL_SPI_SetTransferDirection()
|
D | stm32l0xx_ll_lpuart.h | 119 …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() argument 542 MODIFY_REG(LPUARTx->CR1, USART_CR1_RE | USART_CR1_TE, TransferDirection); in LL_LPUART_SetTransferDirection()
|
D | stm32l0xx_hal_smbus.h | 647 void HAL_SMBUS_AddrCallback(SMBUS_HandleTypeDef *hsmbus, uint8_t TransferDirection, uint16_t AddrMa…
|
D | stm32l0xx_ll_usart.h | 116 …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() argument 686 MODIFY_REG(USARTx->CR1, USART_CR1_RE | USART_CR1_TE, TransferDirection); in LL_USART_SetTransferDirection()
|
D | stm32l0xx_hal_i2c.h | 585 void HAL_I2C_AddrCallback(I2C_HandleTypeDef *hi2c, uint8_t TransferDirection, uint16_t AddrMatchCod…
|