Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_fmpi2c.c2833 hfmpi2c->Instance->TXDR = FMPI2C_MEM_ADD_MSB(MemAddress); in HAL_FMPI2C_Mem_Write_IT()
2920 hfmpi2c->Instance->TXDR = FMPI2C_MEM_ADD_MSB(MemAddress); in HAL_FMPI2C_Mem_Read_IT()
3018 hfmpi2c->Instance->TXDR = FMPI2C_MEM_ADD_MSB(MemAddress); in HAL_FMPI2C_Mem_Write_DMA()
3164 hfmpi2c->Instance->TXDR = FMPI2C_MEM_ADD_MSB(MemAddress); in HAL_FMPI2C_Mem_Read_DMA()
5862 hfmpi2c->Instance->TXDR = FMPI2C_MEM_ADD_MSB(MemAddress); in FMPI2C_RequestMemoryWrite()
5917 hfmpi2c->Instance->TXDR = FMPI2C_MEM_ADD_MSB(MemAddress); in FMPI2C_RequestMemoryRead()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_fmpi2c.h798 #define FMPI2C_MEM_ADD_MSB(__ADDRESS__) ((uint8_t)((uint16_t)(((uint16_t)((__ADDRESS__… macro