Home
last modified time | relevance | path

Searched refs:RCC_AHB2ENR_JPEGEN (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_rcc_ex.h827 SET_BIT(RCC->AHB2ENR, RCC_AHB2ENR_JPEGEN);\
829 tmpreg = READ_BIT(RCC->AHB2ENR, RCC_AHB2ENR_JPEGEN);\
832 #define __HAL_RCC_JPEG_CLK_DISABLE() (RCC->AHB2ENR &= ~(RCC_AHB2ENR_JPEGEN))
1563 #define __HAL_RCC_JPEG_IS_CLK_ENABLED() ((RCC->AHB2ENR & (RCC_AHB2ENR_JPEGEN)) != RESET)
1564 #define __HAL_RCC_JPEG_IS_CLK_DISABLED() ((RCC->AHB2ENR & (RCC_AHB2ENR_JPEGEN)) == RESET)
Dstm32f7xx_ll_bus.h117 #define LL_AHB2_GRP1_PERIPH_JPEG RCC_AHB2ENR_JPEGEN
/hal_stm32-latest/stm32cube/stm32f7xx/soc/
Dstm32f777xx.h11651 #define RCC_AHB2ENR_JPEGEN RCC_AHB2ENR_JPEGEN_Msk macro
Dstm32f767xx.h11370 #define RCC_AHB2ENR_JPEGEN RCC_AHB2ENR_JPEGEN_Msk macro
Dstm32f779xx.h11737 #define RCC_AHB2ENR_JPEGEN RCC_AHB2ENR_JPEGEN_Msk macro
Dstm32f769xx.h11456 #define RCC_AHB2ENR_JPEGEN RCC_AHB2ENR_JPEGEN_Msk macro