STM32L443xx HAL User Manual
|
Check whether the AHB3 peripheral clock is enabled or not. More...
Defines | |
#define | __HAL_RCC_QSPI_IS_CLK_ENABLED() (READ_BIT(RCC->AHB3ENR, RCC_AHB3ENR_QSPIEN) != 0U) |
#define | __HAL_RCC_QSPI_IS_CLK_DISABLED() (READ_BIT(RCC->AHB3ENR, RCC_AHB3ENR_QSPIEN) == 0U) |
Check whether the AHB3 peripheral clock is enabled or not.
#define __HAL_RCC_QSPI_IS_CLK_DISABLED | ( | ) | (READ_BIT(RCC->AHB3ENR, RCC_AHB3ENR_QSPIEN) == 0U) |
Definition at line 1865 of file stm32l4xx_hal_rcc.h.
#define __HAL_RCC_QSPI_IS_CLK_ENABLED | ( | ) | (READ_BIT(RCC->AHB3ENR, RCC_AHB3ENR_QSPIEN) != 0U) |
Definition at line 1849 of file stm32l4xx_hal_rcc.h.