Searched refs:FMPI2C_GENERATE_START_WRITE (Results 1 – 2 of 2) sorted by relevance
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_fmpi2c.c | 1148 FMPI2C_GENERATE_START_WRITE); in HAL_FMPI2C_Master_Transmit() 1154 FMPI2C_GENERATE_START_WRITE); in HAL_FMPI2C_Master_Transmit() 1655 …sferConfig(hfmpi2c, DevAddress, (uint8_t)hfmpi2c->XferSize, xfermode, FMPI2C_GENERATE_START_WRITE); in HAL_FMPI2C_Master_Transmit_IT() 1933 …sferConfig(hfmpi2c, DevAddress, (uint8_t)hfmpi2c->XferSize, xfermode, FMPI2C_GENERATE_START_WRITE); in HAL_FMPI2C_Master_Transmit_DMA() 1973 FMPI2C_GENERATE_START_WRITE); in HAL_FMPI2C_Master_Transmit_DMA() 3259 uint32_t xferrequest = FMPI2C_GENERATE_START_WRITE; in HAL_FMPI2C_Master_Seq_Transmit_IT() 3346 uint32_t xferrequest = FMPI2C_GENERATE_START_WRITE; in HAL_FMPI2C_Master_Seq_Transmit_DMA() 3475 FMPI2C_GENERATE_START_WRITE); in HAL_FMPI2C_Master_Seq_Transmit_DMA() 5309 …rConfig(hfmpi2c, DevAddress, (uint8_t)MemAddSize, FMPI2C_RELOAD_MODE, FMPI2C_GENERATE_START_WRITE); in FMPI2C_RequestMemoryWrite() 5364 …Config(hfmpi2c, DevAddress, (uint8_t)MemAddSize, FMPI2C_SOFTEND_MODE, FMPI2C_GENERATE_START_WRITE); in FMPI2C_RequestMemoryRead()
|
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_fmpi2c.h | 400 #define FMPI2C_GENERATE_START_WRITE (uint32_t)(0x80000000U | FMPI2C_CR2_START) macro 765 ((REQUEST) == FMPI2C_GENERATE_START_WRITE) || \
|