Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_fmpi2c.h312 #define FMPI2C_OTHER_FRAME (0x000000AAU) macro
779 #define IS_FMPI2C_TRANSFER_OTHER_OPTIONS_REQUEST(REQUEST) (((REQUEST) == FMPI2C_OTHER_FRAME) ||…
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_fmpi2c.c7527 if (hfmpi2c->XferOptions == FMPI2C_OTHER_FRAME) in FMPI2C_ConvertOtherXferOptions()