Home
last modified time | relevance | path

Searched refs:pullMask (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_pwr_ex.c577 const uint32_t pullMask = PWR_WUCR_WUPPUPD1; in HAL_PWREx_EnableWakeUpPin() local
591 … (pullMask << ((POSITION_VAL(sPinParams->WakeUpPin) * PWR_WAKEUP_PINS_PULL_SHIFT_OFFSET) & 0x1FU)); in HAL_PWREx_EnableWakeUpPin()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_pwr_ex.c517 const uint32_t pullMask = PWR_WKUPEPR_WKUPPUPD1; in HAL_PWREx_EnableWakeUpPin() local
530 … (pullMask << ((POSITION_VAL(sPinParams->WakeUpPin) * PWR_WAKEUP_PINS_PULL_SHIFT_OFFSET) & 0x1FU)); in HAL_PWREx_EnableWakeUpPin()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_pwr_ex.c427 const uint32_t pullMask = PWR_WKUPEPR_WKUPPUPD1; in HAL_PWREx_EnableWakeUpPin() local
441 … (pullMask << ((POSITION_VAL(sPinParams->WakeUpPin) * PWR_WAKEUP_PINS_PULL_SHIFT_OFFSET) & 0x1FU)); in HAL_PWREx_EnableWakeUpPin()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_pwr_ex.c1310 const uint32_t pullMask = PWR_WKUPEPR_WKUPPUPD1; in HAL_PWREx_EnableWakeUpPin() local
1323 … (pullMask << ((POSITION_VAL(sPinParams->WakeUpPin) * PWR_WAKEUP_PINS_PULL_SHIFT_OFFSET) & 0x1FU)); in HAL_PWREx_EnableWakeUpPin()