Home
last modified time | relevance | path

Searched refs:RCC_IOPRSTR_GPIODRST (Results 1 – 25 of 34) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_rcc.h1164 #define __HAL_RCC_GPIOD_FORCE_RESET() SET_BIT(RCC->IOPRSTR, RCC_IOPRSTR_GPIODRST)
1173 #define __HAL_RCC_GPIOD_RELEASE_RESET() CLEAR_BIT(RCC->IOPRSTR, RCC_IOPRSTR_GPIODRST)
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_rcc_ex.h941 #define __HAL_RCC_GPIOD_FORCE_RESET() SET_BIT(RCC->IOPRSTR, (RCC_IOPRSTR_GPIODRST))
942 #define __HAL_RCC_GPIOD_RELEASE_RESET() CLEAR_BIT(RCC->IOPRSTR,(RCC_IOPRSTR_GPIODRST))
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_rcc.h1524 #define __HAL_RCC_GPIOD_FORCE_RESET() SET_BIT(RCC->IOPRSTR, RCC_IOPRSTR_GPIODRST)
1542 #define __HAL_RCC_GPIOD_RELEASE_RESET() CLEAR_BIT(RCC->IOPRSTR, RCC_IOPRSTR_GPIODRST)
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_rcc.h1742 #define __HAL_RCC_GPIOD_FORCE_RESET() SET_BIT(RCC->IOPRSTR, RCC_IOPRSTR_GPIODRST)
1752 #define __HAL_RCC_GPIOD_RELEASE_RESET() CLEAR_BIT(RCC->IOPRSTR, RCC_IOPRSTR_GPIODRST)
/hal_stm32-latest/stm32cube/stm32l0xx/soc/
Dstm32l010x8.h3366 #define RCC_IOPRSTR_GPIODRST RCC_IOPRSTR_IOPDRST /*!< GPIO port D reset */ macro
Dstm32l010xb.h3377 #define RCC_IOPRSTR_GPIODRST RCC_IOPRSTR_IOPDRST /*!< GPIO port D reset */ macro
Dstm32l051xx.h3607 #define RCC_IOPRSTR_GPIODRST RCC_IOPRSTR_IOPDRST /*!< GPIO port D reset */ macro
Dstm32l081xx.h3790 #define RCC_IOPRSTR_GPIODRST RCC_IOPRSTR_IOPDRST /*!< GPIO port D reset */ macro
Dstm32l071xx.h3662 #define RCC_IOPRSTR_GPIODRST RCC_IOPRSTR_IOPDRST /*!< GPIO port D reset */ macro
Dstm32l052xx.h3917 #define RCC_IOPRSTR_GPIODRST RCC_IOPRSTR_IOPDRST /*!< GPIO port D reset */ macro
Dstm32l062xx.h4045 #define RCC_IOPRSTR_GPIODRST RCC_IOPRSTR_IOPDRST /*!< GPIO port D reset */ macro
Dstm32l053xx.h4061 #define RCC_IOPRSTR_GPIODRST RCC_IOPRSTR_IOPDRST /*!< GPIO port D reset */ macro
Dstm32l072xx.h4076 #define RCC_IOPRSTR_GPIODRST RCC_IOPRSTR_IOPDRST /*!< GPIO port D reset */ macro
Dstm32l073xx.h4218 #define RCC_IOPRSTR_GPIODRST RCC_IOPRSTR_IOPDRST /*!< GPIO port D reset */ macro
Dstm32l083xx.h4346 #define RCC_IOPRSTR_GPIODRST RCC_IOPRSTR_IOPDRST /*!< GPIO port D reset */ macro
Dstm32l063xx.h4187 #define RCC_IOPRSTR_GPIODRST RCC_IOPRSTR_IOPDRST /*!< GPIO port D reset */ macro
Dstm32l082xx.h4204 #define RCC_IOPRSTR_GPIODRST RCC_IOPRSTR_IOPDRST /*!< GPIO port D reset */ macro
/hal_stm32-latest/stm32cube/stm32c0xx/soc/
Dstm32c031xx.h4157 #define RCC_IOPRSTR_GPIODRST RCC_IOPRSTR_GPIODRST_Msk macro
Dstm32c071xx.h4595 #define RCC_IOPRSTR_GPIODRST RCC_IOPRSTR_GPIODRST_Msk macro
/hal_stm32-latest/stm32cube/stm32g0xx/soc/
Dstm32g030xx.h4221 #define RCC_IOPRSTR_GPIODRST RCC_IOPRSTR_GPIODRST_Msk macro
Dstm32g050xx.h4240 #define RCC_IOPRSTR_GPIODRST RCC_IOPRSTR_GPIODRST_Msk macro
Dstm32g070xx.h4369 #define RCC_IOPRSTR_GPIODRST RCC_IOPRSTR_GPIODRST_Msk macro
Dstm32g031xx.h4411 #define RCC_IOPRSTR_GPIODRST RCC_IOPRSTR_GPIODRST_Msk macro
Dstm32g041xx.h4647 #define RCC_IOPRSTR_GPIODRST RCC_IOPRSTR_GPIODRST_Msk macro
Dstm32g051xx.h4747 #define RCC_IOPRSTR_GPIODRST RCC_IOPRSTR_GPIODRST_Msk macro

12