Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal.c1393 assert_param(IS_SYSCFG_SDMMC(Sdmmc)); in HAL_SYSCFG_EnableSDMMCEarlyWRRESP()
1407 assert_param(IS_SYSCFG_SDMMC(Sdmmc)); in HAL_SYSCFG_DisableSDMMCEarlyWRRSP()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal.h709 #define IS_SYSCFG_SDMMC(__SDMMC__) (((((__SDMMC__) & SYSCFG_SDMMC1) == SYSCFG_SDMMC1) || \ macro