Home
last modified time | relevance | path

Searched refs:CALL (Results 1 – 5 of 5) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_smbus.h520 #define IS_SMBUS_GENERAL_CALL(CALL) (((CALL) == SMBUS_GENERALCALL_DISABLE) || \ argument
521 ((CALL) == SMBUS_GENERALCALL_ENABLE))
Dstm32l0xx_hal_i2c.h640 #define IS_I2C_GENERAL_CALL(CALL) (((CALL) == I2C_GENERALCALL_DISABLE) || \ argument
641 ((CALL) == I2C_GENERALCALL_ENABLE))
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_i2c.h603 #define IS_I2C_GENERAL_CALL(CALL) (((CALL) == I2C_GENERALCALL_DISABLE) || \ argument
604 ((CALL) == I2C_GENERALCALL_ENABLE))
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_smbus.h572 #define IS_SMBUS_GENERAL_CALL(CALL) (((CALL) == SMBUS_GENERALCALL_DISABLE) || \ argument
573 ((CALL) == SMBUS_GENERALCALL_ENABLE))
Dstm32l4xx_hal_i2c.h722 #define IS_I2C_GENERAL_CALL(CALL) (((CALL) == I2C_GENERALCALL_DISABLE) || \ argument
723 ((CALL) == I2C_GENERALCALL_ENABLE))