Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_fmpi2c.c2824 hfmpi2c->Instance->TXDR = FMPI2C_MEM_ADD_LSB(MemAddress); in HAL_FMPI2C_Mem_Write_IT()
2836 hfmpi2c->Memaddress = FMPI2C_MEM_ADD_LSB(MemAddress); in HAL_FMPI2C_Mem_Write_IT()
2911 hfmpi2c->Instance->TXDR = FMPI2C_MEM_ADD_LSB(MemAddress); in HAL_FMPI2C_Mem_Read_IT()
2923 hfmpi2c->Memaddress = FMPI2C_MEM_ADD_LSB(MemAddress); in HAL_FMPI2C_Mem_Read_IT()
3009 hfmpi2c->Instance->TXDR = FMPI2C_MEM_ADD_LSB(MemAddress); in HAL_FMPI2C_Mem_Write_DMA()
3021 hfmpi2c->Memaddress = FMPI2C_MEM_ADD_LSB(MemAddress); in HAL_FMPI2C_Mem_Write_DMA()
3155 hfmpi2c->Instance->TXDR = FMPI2C_MEM_ADD_LSB(MemAddress); in HAL_FMPI2C_Mem_Read_DMA()
3167 hfmpi2c->Memaddress = FMPI2C_MEM_ADD_LSB(MemAddress); in HAL_FMPI2C_Mem_Read_DMA()
5856 hfmpi2c->Instance->TXDR = FMPI2C_MEM_ADD_LSB(MemAddress); in FMPI2C_RequestMemoryWrite()
5871 hfmpi2c->Instance->TXDR = FMPI2C_MEM_ADD_LSB(MemAddress); in FMPI2C_RequestMemoryWrite()
[all …]
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_fmpi2c.h800 #define FMPI2C_MEM_ADD_LSB(__ADDRESS__) ((uint8_t)((uint16_t)((__ADDRESS__) & (uint16_… macro