/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/ |
H A D | stm32l4xx_ll_lpuart.c | 182 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() 270 LPUART_InitStruct->TransferDirection = LL_LPUART_DIRECTION_TX_RX; in LL_LPUART_StructInit()
|
H A D | stm32l4xx_ll_spi.c | 196 assert_param(IS_LL_SPI_TRANSFER_DIRECTION(SPI_InitStruct->TransferDirection)); in LL_SPI_Init() 221 SPI_InitStruct->TransferDirection | SPI_InitStruct->Mode | in LL_SPI_Init() 259 SPI_InitStruct->TransferDirection = LL_SPI_FULL_DUPLEX; in LL_SPI_StructInit()
|
H A D | stm32l4xx_ll_usart.c | 226 assert_param(IS_LL_USART_DIRECTION(USART_InitStruct->TransferDirection)); in LL_USART_Init() 245 USART_InitStruct->TransferDirection | USART_InitStruct->OverSampling)); in LL_USART_Init() 350 USART_InitStruct->TransferDirection = LL_USART_DIRECTION_TX_RX; in LL_USART_StructInit()
|
H A D | stm32l4xx_hal_smbus.c | 1698 __weak void HAL_SMBUS_AddrCallback(SMBUS_HandleTypeDef *hsmbus, uint8_t TransferDirection, uint16_t… in HAL_SMBUS_AddrCallback() argument 1702 UNUSED(TransferDirection); in HAL_SMBUS_AddrCallback() 2090 uint8_t TransferDirection; in SMBUS_Slave_ISR() local 2141 TransferDirection = (uint8_t)(SMBUS_GET_DIR(hsmbus)); in SMBUS_Slave_ISR() 2153 hsmbus->AddrCallback(hsmbus, TransferDirection, SlaveAddrCode); in SMBUS_Slave_ISR() 2155 HAL_SMBUS_AddrCallback(hsmbus, TransferDirection, SlaveAddrCode); in SMBUS_Slave_ISR()
|
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/ |
H A D | stm32f4xx_ll_usart.c | 264 assert_param(IS_LL_USART_DIRECTION(USART_InitStruct->TransferDirection)); in LL_USART_Init() 283 USART_InitStruct->TransferDirection | USART_InitStruct->OverSampling)); in LL_USART_Init() 402 USART_InitStruct->TransferDirection = LL_USART_DIRECTION_TX_RX; in LL_USART_StructInit()
|
H A D | stm32f4xx_ll_spi.c | 222 assert_param(IS_LL_SPI_TRANSFER_DIRECTION(SPI_InitStruct->TransferDirection)); in LL_SPI_Init() 248 … SPI_InitStruct->TransferDirection | SPI_InitStruct->Mode | SPI_InitStruct->DataWidth | in LL_SPI_Init() 285 SPI_InitStruct->TransferDirection = LL_SPI_FULL_DUPLEX; in LL_SPI_StructInit()
|
H A D | stm32f4xx_hal_fmpsmbus.c | 1699 __weak void HAL_FMPSMBUS_AddrCallback(FMPSMBUS_HandleTypeDef *hfmpsmbus, uint8_t TransferDirection,… in HAL_FMPSMBUS_AddrCallback() argument 1703 UNUSED(TransferDirection); in HAL_FMPSMBUS_AddrCallback() 2091 uint8_t TransferDirection; in FMPSMBUS_Slave_ISR() local 2142 TransferDirection = (uint8_t)(FMPSMBUS_GET_DIR(hfmpsmbus)); in FMPSMBUS_Slave_ISR() 2154 hfmpsmbus->AddrCallback(hfmpsmbus, TransferDirection, SlaveAddrCode); in FMPSMBUS_Slave_ISR() 2156 HAL_FMPSMBUS_AddrCallback(hfmpsmbus, TransferDirection, SlaveAddrCode); in FMPSMBUS_Slave_ISR()
|
H A D | stm32f4xx_hal_smbus.c | 1793 __weak void HAL_SMBUS_AddrCallback(SMBUS_HandleTypeDef *hsmbus, uint8_t TransferDirection, uint16_t… in HAL_SMBUS_AddrCallback() argument 1797 UNUSED(TransferDirection); in HAL_SMBUS_AddrCallback() 2506 uint8_t TransferDirection = SMBUS_DIRECTION_RECEIVE ; in SMBUS_Slave_ADDR() local 2512 TransferDirection = SMBUS_DIRECTION_TRANSMIT; in SMBUS_Slave_ADDR() 2526 hsmbus->AddrCallback(hsmbus, TransferDirection, SlaveAddrCode); in SMBUS_Slave_ADDR() 2528 HAL_SMBUS_AddrCallback(hsmbus, TransferDirection, SlaveAddrCode); in SMBUS_Slave_ADDR()
|
H A D | stm32f4xx_hal_i2c.c | 4922 __weak void HAL_I2C_AddrCallback(I2C_HandleTypeDef *hi2c, uint8_t TransferDirection, uint16_t AddrM… in HAL_I2C_AddrCallback() argument 4926 UNUSED(TransferDirection); in HAL_I2C_AddrCallback() 5918 uint8_t TransferDirection = I2C_DIRECTION_RECEIVE; in I2C_Slave_ADDR() local 5929 TransferDirection = I2C_DIRECTION_TRANSMIT; in I2C_Slave_ADDR() 5946 hi2c->AddrCallback(hi2c, TransferDirection, SlaveAddrCode); in I2C_Slave_ADDR() 5948 HAL_I2C_AddrCallback(hi2c, TransferDirection, SlaveAddrCode); in I2C_Slave_ADDR()
|
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/ |
H A D | stm32f4xx_hal_smbus.h | 194 …void (* AddrCallback)(struct __SMBUS_HandleTypeDef *hsmbus, uint8_t TransferDirection, uint16_t Ad… 223 typedef void (*pSMBUS_AddrCallbackTypeDef)(SMBUS_HandleTypeDef *hsmbus, uint8_t TransferDirection,… 603 void HAL_SMBUS_AddrCallback(SMBUS_HandleTypeDef *hsmbus, uint8_t TransferDirection, uint16_t AddrMa…
|
H A D | stm32f4xx_hal_fmpsmbus.h | 170 …void (* AddrCallback)(struct __FMPSMBUS_HandleTypeDef *hfmpsmbus, uint8_t TransferDirection, uint1… 200 …BUS_AddrCallbackTypeDef)(FMPSMBUS_HandleTypeDef *hfmpsmbus, uint8_t TransferDirection, uint16_t Ad… 698 void HAL_FMPSMBUS_AddrCallback(FMPSMBUS_HandleTypeDef *hfmpsmbus, uint8_t TransferDirection, uint16…
|
H A D | stm32f4xx_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… 617 void HAL_I2C_AddrCallback(I2C_HandleTypeDef *hi2c, uint8_t TransferDirection, uint16_t AddrMatchCod…
|
H A D | stm32f4xx_hal_fmpi2c.h | 231 …void (* AddrCallback)(struct __FMPI2C_HandleTypeDef *hfmpi2c, uint8_t TransferDirection, uint16_t … 264 …pFMPI2C_AddrCallbackTypeDef)(FMPI2C_HandleTypeDef *hfmpi2c, uint8_t TransferDirection, uint16_t Ad… 652 void HAL_FMPI2C_AddrCallback(FMPI2C_HandleTypeDef *hfmpi2c, uint8_t TransferDirection, uint16_t Add…
|
H A D | stm32f4xx_ll_spi.h | 56 …uint32_t TransferDirection; /*!< Specifies the SPI unidirectional or bidirectional data mode. member 525 __STATIC_INLINE void LL_SPI_SetTransferDirection(SPI_TypeDef *SPIx, uint32_t TransferDirection) in LL_SPI_SetTransferDirection() argument 527 MODIFY_REG(SPIx->CR1, SPI_CR1_RXONLY | SPI_CR1_BIDIMODE | SPI_CR1_BIDIOE, TransferDirection); in LL_SPI_SetTransferDirection()
|
H A D | stm32f4xx_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()
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/ |
H A D | stm32l4xx_hal_smbus.h | 169 …void (* AddrCallback)(struct __SMBUS_HandleTypeDef *hsmbus, uint8_t TransferDirection, uint16_t Ad… 199 typedef void (*pSMBUS_AddrCallbackTypeDef)(SMBUS_HandleTypeDef *hsmbus, uint8_t TransferDirection,… 697 void HAL_SMBUS_AddrCallback(SMBUS_HandleTypeDef *hsmbus, uint8_t TransferDirection, uint16_t AddrMa…
|
H A D | stm32l4xx_ll_spi.h | 56 …uint32_t TransferDirection; /*!< Specifies the SPI unidirectional or bidirectional data mode. member 586 __STATIC_INLINE void LL_SPI_SetTransferDirection(SPI_TypeDef *SPIx, uint32_t TransferDirection) in LL_SPI_SetTransferDirection() argument 588 MODIFY_REG(SPIx->CR1, SPI_CR1_RXONLY | SPI_CR1_BIDIMODE | SPI_CR1_BIDIOE, TransferDirection); in LL_SPI_SetTransferDirection()
|
H A D | stm32l4xx_hal_i2c.h | 230 …void (* AddrCallback)(struct __I2C_HandleTypeDef *hi2c, uint8_t TransferDirection, uint16_t AddrMa… 263 typedef void (*pI2C_AddrCallbackTypeDef)(I2C_HandleTypeDef *hi2c, uint8_t TransferDirection, uint1… 651 void HAL_I2C_AddrCallback(I2C_HandleTypeDef *hi2c, uint8_t TransferDirection, uint16_t AddrMatchCod…
|
H A D | stm32l4xx_ll_lpuart.h | 128 …uint32_t TransferDirection; /*!< Specifies whether the Receive and/or Transmit mode is ena… member 807 …ATIC_INLINE void LL_LPUART_SetTransferDirection(USART_TypeDef *LPUARTx, uint32_t TransferDirection) in LL_LPUART_SetTransferDirection() argument 809 MODIFY_REG(LPUARTx->CR1, USART_CR1_RE | USART_CR1_TE, TransferDirection); in LL_LPUART_SetTransferDirection()
|
H A D | stm32l4xx_ll_usart.h | 116 …uint32_t TransferDirection; /*!< Specifies whether the Receive and/or Transmit mode is ena… member 988 …STATIC_INLINE void LL_USART_SetTransferDirection(USART_TypeDef *USARTx, uint32_t TransferDirection) in LL_USART_SetTransferDirection() argument 990 MODIFY_REG(USARTx->CR1, USART_CR1_RE | USART_CR1_TE, TransferDirection); in LL_USART_SetTransferDirection()
|
/btstack/port/stm32-l073rz-nucleo-em9304/Drivers/STM32L0xx_HAL_Driver/Inc/ |
H A D | stm32l0xx_hal_i2c.h | 230 …void (* AddrCallback)(struct __I2C_HandleTypeDef *hi2c, uint8_t TransferDirection, uint16_t AddrMa… 263 typedef void (*pI2C_AddrCallbackTypeDef)(I2C_HandleTypeDef *hi2c, uint8_t TransferDirection, uint1… 651 void HAL_I2C_AddrCallback(I2C_HandleTypeDef *hi2c, uint8_t TransferDirection, uint16_t AddrMatchCod…
|
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/ |
H A D | stm32l4xx_hal_i2c.h | 230 …void (* AddrCallback)(struct __I2C_HandleTypeDef *hi2c, uint8_t TransferDirection, uint16_t AddrMa… 263 typedef void (*pI2C_AddrCallbackTypeDef)(I2C_HandleTypeDef *hi2c, uint8_t TransferDirection, uint1… 675 void HAL_I2C_AddrCallback(I2C_HandleTypeDef *hi2c, uint8_t TransferDirection, uint16_t AddrMatchCod…
|
/btstack/port/stm32-f4discovery-cc256x/Drivers/STM32F4xx_HAL_Driver/Inc/ |
H A D | stm32f4xx_hal_i2c.h | 233 …void (* AddrCallback)(struct __I2C_HandleTypeDef *hi2c, uint8_t TransferDirection, uint16_t AddrMa… 266 typedef void (*pI2C_AddrCallbackTypeDef)(I2C_HandleTypeDef *hi2c, uint8_t TransferDirection, uint1… 612 void HAL_I2C_AddrCallback(I2C_HandleTypeDef *hi2c, uint8_t TransferDirection, uint16_t AddrMatchCod…
|
/btstack/port/stm32-f4discovery-cc256x/Drivers/STM32F4xx_HAL_Driver/Src/ |
H A D | stm32f4xx_hal_i2c.c | 4832 __weak void HAL_I2C_AddrCallback(I2C_HandleTypeDef *hi2c, uint8_t TransferDirection, uint16_t AddrM… in HAL_I2C_AddrCallback() argument 4836 UNUSED(TransferDirection); in HAL_I2C_AddrCallback() 5777 uint8_t TransferDirection = I2C_DIRECTION_RECEIVE; in I2C_Slave_ADDR() local 5788 TransferDirection = I2C_DIRECTION_TRANSMIT; in I2C_Slave_ADDR() 5805 hi2c->AddrCallback(hi2c, TransferDirection, SlaveAddrCode); in I2C_Slave_ADDR() 5807 HAL_I2C_AddrCallback(hi2c, TransferDirection, SlaveAddrCode); in I2C_Slave_ADDR()
|
/btstack/port/stm32-l073rz-nucleo-em9304/Drivers/STM32L0xx_HAL_Driver/Src/ |
H A D | stm32l0xx_hal_i2c.c | 4430 __weak void HAL_I2C_AddrCallback(I2C_HandleTypeDef *hi2c, uint8_t TransferDirection, uint16_t AddrM… in HAL_I2C_AddrCallback() argument 4434 UNUSED(TransferDirection); in HAL_I2C_AddrCallback()
|