Home
last modified time | relevance | path

Searched refs:IS_I2C_MEMADD_SIZE (Results 1 – 6 of 6) sorted by relevance

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_i2c.c1736 assert_param(IS_I2C_MEMADD_SIZE(MemAddSize)); in HAL_I2C_Mem_Write()
1889 assert_param(IS_I2C_MEMADD_SIZE(MemAddSize)); in HAL_I2C_Mem_Read()
2034 assert_param(IS_I2C_MEMADD_SIZE(MemAddSize)); in HAL_I2C_Mem_Write_IT()
2133 assert_param(IS_I2C_MEMADD_SIZE(MemAddSize)); in HAL_I2C_Mem_Read_IT()
2231 assert_param(IS_I2C_MEMADD_SIZE(MemAddSize)); in HAL_I2C_Mem_Write_DMA()
2347 assert_param(IS_I2C_MEMADD_SIZE(MemAddSize)); in HAL_I2C_Mem_Read_DMA()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_i2c.h609 #define IS_I2C_MEMADD_SIZE(SIZE) (((SIZE) == I2C_MEMADD_SIZE_8BIT) || \ macro
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_i2c.h646 #define IS_I2C_MEMADD_SIZE(SIZE) (((SIZE) == I2C_MEMADD_SIZE_8BIT) || \ macro
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_i2c.c2340 assert_param(IS_I2C_MEMADD_SIZE(MemAddSize)); in HAL_I2C_Mem_Write()
2479 assert_param(IS_I2C_MEMADD_SIZE(MemAddSize)); in HAL_I2C_Mem_Read()
2710 assert_param(IS_I2C_MEMADD_SIZE(MemAddSize)); in HAL_I2C_Mem_Write_IT()
2803 assert_param(IS_I2C_MEMADD_SIZE(MemAddSize)); in HAL_I2C_Mem_Read_IT()
2927 assert_param(IS_I2C_MEMADD_SIZE(MemAddSize)); in HAL_I2C_Mem_Write_DMA()
3038 assert_param(IS_I2C_MEMADD_SIZE(MemAddSize)); in HAL_I2C_Mem_Read_DMA()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_i2c.c2301 assert_param(IS_I2C_MEMADD_SIZE(MemAddSize)); in HAL_I2C_Mem_Write()
2436 assert_param(IS_I2C_MEMADD_SIZE(MemAddSize)); in HAL_I2C_Mem_Read()
2570 assert_param(IS_I2C_MEMADD_SIZE(MemAddSize)); in HAL_I2C_Mem_Write_IT()
2661 assert_param(IS_I2C_MEMADD_SIZE(MemAddSize)); in HAL_I2C_Mem_Read_IT()
2752 assert_param(IS_I2C_MEMADD_SIZE(MemAddSize)); in HAL_I2C_Mem_Write_DMA()
2896 assert_param(IS_I2C_MEMADD_SIZE(MemAddSize)); in HAL_I2C_Mem_Read_DMA()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_i2c.h728 #define IS_I2C_MEMADD_SIZE(SIZE) (((SIZE) == I2C_MEMADD_SIZE_8BIT) || \ macro