Home
last modified time | relevance | path

Searched refs:PUCRH (Results 1 – 25 of 62) sorted by relevance

123

/hal_stm32-3.4.0/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_pwr_ex.c328 SET_BIT(PWR->PUCRH, (GPIONumber & PWR_PORTH_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullUp()
373 CLEAR_BIT(PWR->PUCRH, (GPIONumber & PWR_PORTH_AVAILABLE_PINS)); in HAL_PWREx_DisableGPIOPullUp()
427 CLEAR_BIT(PWR->PUCRH, (GPIONumber & PWR_PORTH_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullDown()
Dstm32wlxx_ll_pwr.c95 LL_PWR_WriteReg(PUCRH, PWR_PUCRH_RESET_VALUE); in LL_PWR_DeInit()
Dstm32wlxx_hal_pwr.c106 LL_PWR_WriteReg(PUCRH, PWR_PUCRH_RESET_VALUE); in HAL_PWR_DeInit()
/hal_stm32-3.4.0/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_pwr_ex.c376 SET_BIT(PWR->PUCRH, (GPIONumber & PWR_PORTH_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullUp()
429 CLEAR_BIT(PWR->PUCRH, (GPIONumber & PWR_PORTH_AVAILABLE_PINS)); in HAL_PWREx_DisableGPIOPullUp()
495 CLEAR_BIT(PWR->PUCRH, (GPIONumber & PWR_PORTH_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullDown()
Dstm32wbxx_ll_pwr.c103 LL_PWR_WriteReg(PUCRH, PWR_PUCRH_RESET_VALUE); in LL_PWR_DeInit()
Dstm32wbxx_hal_pwr.c122 LL_PWR_WriteReg(PUCRH, PWR_PUCRH_RESET_VALUE); in HAL_PWR_DeInit()
/hal_stm32-3.4.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_pwr_ex.c306 SET_BIT(PWR->PUCRH, (GPIONumber & PWR_PORTH_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullUp()
364 CLEAR_BIT(PWR->PUCRH, (GPIONumber & PWR_PORTH_AVAILABLE_PINS)); in HAL_PWREx_DisableGPIOPullUp()
436 CLEAR_BIT(PWR->PUCRH, (GPIONumber & PWR_PORTH_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullDown()
/hal_stm32-3.4.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_pwr_ex.c437 SET_BIT(PWR->PUCRH, (GPIONumber & PWR_PORTH_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullUp()
513 CLEAR_BIT(PWR->PUCRH, (GPIONumber & PWR_PORTH_AVAILABLE_PINS)); in HAL_PWREx_DisableGPIOPullUp()
602 CLEAR_BIT(PWR->PUCRH, (GPIONumber & PWR_PORTH_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullDown()
/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_pwr_ex.c2518 SET_BIT(PWR->PUCRH, GPIO_Pin); in HAL_PWREx_EnableGPIOPullUp()
2598 CLEAR_BIT(PWR->PUCRH, GPIO_Pin); in HAL_PWREx_DisableGPIOPullUp()
2690 CLEAR_BIT(PWR->PUCRH, GPIO_Pin); in HAL_PWREx_EnableGPIOPullDown()
/hal_stm32-3.4.0/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_pwr.h171 #define LL_PWR_GPIO_H ((uint32_t)(&(PWR->PUCRH)))
/hal_stm32-3.4.0/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_pwr.h207 #define LL_PWR_GPIO_H ((uint32_t)(&(PWR->PUCRH)))
/hal_stm32-3.4.0/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_pwr.h217 #define LL_PWR_GPIO_H ((uint32_t)(&(PWR->PUCRH)))
/hal_stm32-3.4.0/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_pwr.h274 #define LL_PWR_GPIO_H ((uint32_t)(&(PWR->PUCRH)))
/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_pwr.h505 #define LL_PWR_GPIO_PORTH (&(PWR->PUCRH)) /*!< GPIO port H */
/hal_stm32-3.4.0/stm32cube/stm32wlxx/soc/
Dstm32wle4xx.h508 …__IO uint32_t PUCRH; /*!< PWR Pull-Up Control Register of port H, Address offset:… member
Dstm32wle5xx.h508 …__IO uint32_t PUCRH; /*!< PWR Pull-Up Control Register of port H, Address offset:… member
Dstm32wl54xx.h645 …__IO uint32_t PUCRH; /*!< PWR Pull-Up Control Register of port H, Address offset:… member
Dstm32wl55xx.h645 …__IO uint32_t PUCRH; /*!< PWR Pull-Up Control Register of port H, Address offset:… member
Dstm32wl5mxx.h645 …__IO uint32_t PUCRH; /*!< PWR Pull-Up Control Register of port H, Address offset:… member
/hal_stm32-3.4.0/stm32cube/stm32wbxx/soc/
Dstm32wb1mxx.h376 …__IO uint32_t PUCRH; /*!< PWR Pull-Up Control Register of port H, Address offset:… member
Dstm32wb30xx.h380 …__IO uint32_t PUCRH; /*!< PWR Pull-Up Control Register of port H, Address offset:… member
Dstm32wb50xx.h381 …__IO uint32_t PUCRH; /*!< PWR Pull-Up Control Register of port H, Address offset:… member
/hal_stm32-3.4.0/stm32cube/stm32wbxx/soc/Include/
Dstm32wb10xx.h366 …__IO uint32_t PUCRH; /*!< PWR Pull-Up Control Register of port H, Address offset:… member
Dstm32wb15xx.h376 …__IO uint32_t PUCRH; /*!< PWR Pull-Up Control Register of port H, Address offset:… member
/hal_stm32-3.4.0/stm32cube/stm32l4xx/soc/
Dstm32l412xx.h467 __IO uint32_t PUCRH; /*!< Pull_up control register of portH, Address offset: 0x58 */ member

123