Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_fmpsmbus.c1930 FMPSMBUS_RESET_CR2(hfmpsmbus); in FMPSMBUS_Master_ISR()
1977 FMPSMBUS_RESET_CR2(hfmpsmbus); in FMPSMBUS_Master_ISR()
2408 FMPSMBUS_RESET_CR2(hfmpsmbus); in FMPSMBUS_Slave_ISR()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_fmpsmbus.h627 #define FMPSMBUS_RESET_CR2(__HANDLE__) ((__HANDLE__)->Instance->CR2 &= \ macro