mikroSDK Reference Manual

Get the enable or disable status of the AHB3 peripheral clock. More...

Macros

#define __HAL_RCC_FSMC_IS_CLK_ENABLED()   ((RCC->AHB3ENR &(RCC_AHB3ENR_FSMCEN))!= RESET)
 
#define __HAL_RCC_FSMC_IS_CLK_DISABLED()   ((RCC->AHB3ENR &(RCC_AHB3ENR_FSMCEN))== RESET)