Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_fmpsmbus.h641 #define FMPSMBUS_GET_DIR(__HANDLE__) (((__HANDLE__)->Instance->ISR & FMPI2C… macro
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_fmpsmbus.c2235 TransferDirection = (uint8_t)(FMPSMBUS_GET_DIR(hfmpsmbus)); in FMPSMBUS_Slave_ISR()