Home
last modified time | relevance | path

Searched refs:SMBUS_STATE_SLAVE_BUSY_RX (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_smbus.c200 #define SMBUS_STATE_SLAVE_BUSY_RX ((uint32_t)((HAL_SMBUS_STATE_BUSY_RX & SMBUS_STATE_MSK) | HAL_S… macro
2479 hsmbus->PreviousState = SMBUS_STATE_SLAVE_BUSY_RX; in SMBUS_SlaveReceive_RXNE()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_smbus.c200 #define SMBUS_STATE_SLAVE_BUSY_RX ((uint32_t)((HAL_SMBUS_STATE_BUSY_RX & SMBUS_STATE_MSK) | HAL_S… macro
2479 hsmbus->PreviousState = SMBUS_STATE_SLAVE_BUSY_RX; in SMBUS_SlaveReceive_RXNE()