Home
last modified time | relevance | path

Searched refs:SMBUS_GET_STOP_MODE (Results 1 – 7 of 7) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_smbus.h570 #define SMBUS_GET_STOP_MODE(__HANDLE__) ((__HANDLE__)->Instance->CR2 & I2C_CR2_AU… macro
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_smbus.h622 #define SMBUS_GET_STOP_MODE(__HANDLE__) ((__HANDLE__)->Instance->CR2 & I2C_CR2_AU… macro
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_smbus.c1525 if (SMBUS_GET_STOP_MODE(hsmbus) != SMBUS_AUTOEND_MODE) in SMBUS_Master_ISR()
1565 else if (SMBUS_GET_STOP_MODE(hsmbus) != SMBUS_AUTOEND_MODE) in SMBUS_Master_ISR()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_smbus.c1979 if (SMBUS_GET_STOP_MODE(hsmbus) != SMBUS_AUTOEND_MODE) in SMBUS_Master_ISR()
2037 else if (SMBUS_GET_STOP_MODE(hsmbus) != SMBUS_AUTOEND_MODE) in SMBUS_Master_ISR()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/Legacy/
Dstm32_hal_legacy.h3186 #define __HAL_SMBUS_GET_STOP_MODE SMBUS_GET_STOP_MODE
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/Legacy/
Dstm32_hal_legacy.h3071 #define __HAL_SMBUS_GET_STOP_MODE SMBUS_GET_STOP_MODE
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/Legacy/
Dstm32_hal_legacy.h3018 #define __HAL_SMBUS_GET_STOP_MODE SMBUS_GET_STOP_MODE