/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_hal_rcc.h | 771 SET_BIT(RCC->IOPENR, RCC_IOPENR_GPIOFEN); \ 773 … tmpreg = READ_BIT(RCC->IOPENR, RCC_IOPENR_GPIOFEN); \ 783 #define __HAL_RCC_GPIOF_CLK_DISABLE() CLEAR_BIT(RCC->IOPENR, RCC_IOPENR_GPIOFEN) 1041 #define __HAL_RCC_GPIOF_IS_CLK_ENABLED() (READ_BIT(RCC->IOPENR, RCC_IOPENR_GPIOFEN) != 0U) 1049 #define __HAL_RCC_GPIOF_IS_CLK_DISABLED() (READ_BIT(RCC->IOPENR, RCC_IOPENR_GPIOFEN) == 0U)
|
D | stm32c0xx_ll_bus.h | 152 #define LL_IOP_GRP1_PERIPH_GPIOF RCC_IOPENR_GPIOFEN
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_rcc.h | 983 SET_BIT(RCC->IOPENR, RCC_IOPENR_GPIOFEN); \ 985 … tmpreg = READ_BIT(RCC->IOPENR, RCC_IOPENR_GPIOFEN); \ 996 #define __HAL_RCC_GPIOF_CLK_DISABLE() CLEAR_BIT(RCC->IOPENR, RCC_IOPENR_GPIOFEN) 1506 #define __HAL_RCC_GPIOF_IS_CLK_ENABLED() (READ_BIT(RCC->IOPENR, RCC_IOPENR_GPIOFEN) != RESET) 1516 #define __HAL_RCC_GPIOF_IS_CLK_DISABLED() (READ_BIT(RCC->IOPENR, RCC_IOPENR_GPIOFEN) == RESET)
|
D | stm32g0xx_ll_bus.h | 214 #define LL_IOP_GRP1_PERIPH_GPIOF RCC_IOPENR_GPIOFEN
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_ll_bus.h | 169 #define LL_IOP_GRP1_PERIPH_GPIOF RCC_IOPENR_GPIOFEN
|
D | stm32u0xx_hal_rcc.h | 828 SET_BIT(RCC->IOPENR, RCC_IOPENR_GPIOFEN); \ 830 … tmpreg = READ_BIT(RCC->IOPENR, RCC_IOPENR_GPIOFEN); \ 841 #define __HAL_RCC_GPIOF_CLK_DISABLE() CLEAR_BIT(RCC->IOPENR, RCC_IOPENR_GPIOFEN)
|
/hal_stm32-latest/stm32cube/stm32c0xx/soc/ |
D | stm32c011xx.h | 4071 #define RCC_IOPENR_GPIOFEN RCC_IOPENR_GPIOFEN_Msk macro
|
D | stm32c031xx.h | 4231 #define RCC_IOPENR_GPIOFEN RCC_IOPENR_GPIOFEN_Msk macro
|
D | stm32c071xx.h | 4684 #define RCC_IOPENR_GPIOFEN RCC_IOPENR_GPIOFEN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32g0xx/soc/ |
D | stm32g030xx.h | 4301 #define RCC_IOPENR_GPIOFEN RCC_IOPENR_GPIOFEN_Msk macro
|
D | stm32g050xx.h | 4329 #define RCC_IOPENR_GPIOFEN RCC_IOPENR_GPIOFEN_Msk macro
|
D | stm32g070xx.h | 4464 #define RCC_IOPENR_GPIOFEN RCC_IOPENR_GPIOFEN_Msk macro
|
D | stm32g031xx.h | 4503 #define RCC_IOPENR_GPIOFEN RCC_IOPENR_GPIOFEN_Msk macro
|
D | stm32g041xx.h | 4745 #define RCC_IOPENR_GPIOFEN RCC_IOPENR_GPIOFEN_Msk macro
|
D | stm32g051xx.h | 4851 #define RCC_IOPENR_GPIOFEN RCC_IOPENR_GPIOFEN_Msk macro
|
D | stm32g061xx.h | 5093 #define RCC_IOPENR_GPIOFEN RCC_IOPENR_GPIOFEN_Msk macro
|
D | stm32g071xx.h | 5201 #define RCC_IOPENR_GPIOFEN RCC_IOPENR_GPIOFEN_Msk macro
|
D | stm32g081xx.h | 5443 #define RCC_IOPENR_GPIOFEN RCC_IOPENR_GPIOFEN_Msk macro
|
D | stm32g0b0xx.h | 5492 #define RCC_IOPENR_GPIOFEN RCC_IOPENR_GPIOFEN_Msk macro
|
D | stm32g0c1xx.h | 6771 #define RCC_IOPENR_GPIOFEN RCC_IOPENR_GPIOFEN_Msk macro
|
D | stm32g0b1xx.h | 6529 #define RCC_IOPENR_GPIOFEN RCC_IOPENR_GPIOFEN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32u0xx/soc/ |
D | stm32u031xx.h | 5356 #define RCC_IOPENR_GPIOFEN RCC_IOPENR_GPIOFEN_Msk macro
|
D | stm32u083xx.h | 6169 #define RCC_IOPENR_GPIOFEN RCC_IOPENR_GPIOFEN_Msk macro
|
D | stm32u073xx.h | 5905 #define RCC_IOPENR_GPIOFEN RCC_IOPENR_GPIOFEN_Msk macro
|