Home
last modified time | relevance | path

Searched refs:GPIO_PUPDR_PUPDR0 (Results 1 – 25 of 169) sorted by relevance

1234567

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_gpio.c216 temp &= ~(GPIO_PUPDR_PUPDR0 << (position * 2u)); in HAL_GPIO_Init()
347 GPIOx->PUPDR &= ~(GPIO_PUPDR_PUPDR0 << (position * 2u)); in HAL_GPIO_DeInit()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_gpio.c215 temp &= ~(GPIO_PUPDR_PUPDR0 << (position * 2u)); in HAL_GPIO_Init()
345 GPIOx->PUPDR &= ~(GPIO_PUPDR_PUPDR0 << (position * 2u)); in HAL_GPIO_DeInit()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_gpio.c213 temp &= ~(GPIO_PUPDR_PUPDR0 << (position * 2U)); in HAL_GPIO_Init()
340 GPIOx->PUPDR &= ~(GPIO_PUPDR_PUPDR0 << (position * 2U)); in HAL_GPIO_DeInit()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_gpio.c210 temp &= ~(GPIO_PUPDR_PUPDR0 << (position * 2)); in HAL_GPIO_Init()
336 GPIOx->PUPDR &= ~(GPIO_PUPDR_PUPDR0 << (position * 2)); in HAL_GPIO_DeInit()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_gpio.c216 CLEAR_BIT(temp, GPIO_PUPDR_PUPDR0 << (position * 2)); in HAL_GPIO_Init()
345 CLEAR_BIT(GPIOx->PUPDR, GPIO_PUPDR_PUPDR0 << (position * 2)); in HAL_GPIO_DeInit()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_gpio.c239 temp &= ~(GPIO_PUPDR_PUPDR0 << (position * 2)); in HAL_GPIO_Init()
356 GPIOx->PUPDR &= ~(GPIO_PUPDR_PUPDR0 << (position * 2)); in HAL_GPIO_DeInit()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_gpio.h486 …MODIFY_REG(GPIOx->PUPDR, (GPIO_PUPDR_PUPDR0 << (POSITION_VAL(Pin) * 2U)), (Pull << (POSITION_VAL(P… in LL_GPIO_SetPinPull()
519 … (GPIO_PUPDR_PUPDR0 << (POSITION_VAL(Pin) * 2U))) >> (POSITION_VAL(Pin) * 2U)); in LL_GPIO_GetPinPull()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_ll_gpio.h475 MODIFY_REG(GPIOx->PUPDR, ((Pin * Pin) * GPIO_PUPDR_PUPDR0), ((Pin * Pin) * Pull)); in LL_GPIO_SetPinPull()
507 return (uint32_t)(READ_BIT(GPIOx->PUPDR, ((Pin * Pin) * GPIO_PUPDR_PUPDR0)) / (Pin * Pin)); in LL_GPIO_GetPinPull()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_gpio.h486 …MODIFY_REG(GPIOx->PUPDR, (GPIO_PUPDR_PUPDR0 << (POSITION_VAL(Pin) * 2U)), (Pull << (POSITION_VAL(P… in LL_GPIO_SetPinPull()
519 … (GPIO_PUPDR_PUPDR0 << (POSITION_VAL(Pin) * 2U))) >> (POSITION_VAL(Pin) * 2U)); in LL_GPIO_GetPinPull()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_gpio.h488 MODIFY_REG(GPIOx->PUPDR, ((Pin * Pin) * GPIO_PUPDR_PUPDR0), ((Pin * Pin) * Pull)); in LL_GPIO_SetPinPull()
520 return (uint32_t)(READ_BIT(GPIOx->PUPDR, ((Pin * Pin) * GPIO_PUPDR_PUPDR0)) / (Pin * Pin)); in LL_GPIO_GetPinPull()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_gpio.h483 …MODIFY_REG(GPIOx->PUPDR, (GPIO_PUPDR_PUPDR0 << (POSITION_VAL(Pin) * 2U)), (Pull << (POSITION_VAL(P… in LL_GPIO_SetPinPull()
516 … (GPIO_PUPDR_PUPDR0 << (POSITION_VAL(Pin) * 2U))) >> (POSITION_VAL(Pin) * 2U)); in LL_GPIO_GetPinPull()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_gpio.h486 …MODIFY_REG(GPIOx->PUPDR, (GPIO_PUPDR_PUPDR0 << (POSITION_VAL(Pin) * 2U)), (Pull << (POSITION_VAL(P… in LL_GPIO_SetPinPull()
519 … (GPIO_PUPDR_PUPDR0 << (POSITION_VAL(Pin) * 2U))) >> (POSITION_VAL(Pin) * 2U)); in LL_GPIO_GetPinPull()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_gpio.h486 …MODIFY_REG(GPIOx->PUPDR, (GPIO_PUPDR_PUPDR0 << (POSITION_VAL(Pin) * 2U)), (Pull << (POSITION_VAL(P… in LL_GPIO_SetPinPull()
519 … (GPIO_PUPDR_PUPDR0 << (POSITION_VAL(Pin) * 2U))) >> (POSITION_VAL(Pin) * 2U)); in LL_GPIO_GetPinPull()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_gpio.c343 GPIOx->PUPDR &= ~(GPIO_PUPDR_PUPDR0 << (position * 2U)); in HAL_GPIO_DeInit()
/hal_stm32-latest/stm32cube/stm32f0xx/soc/
Dstm32f030x6.h2044 #define GPIO_PUPDR_PUPDR0 GPIO_PUPDR_PUPDR0_Msk macro
Dstm32f030x8.h2074 #define GPIO_PUPDR_PUPDR0 GPIO_PUPDR_PUPDR0_Msk macro
Dstm32f070x6.h2097 #define GPIO_PUPDR_PUPDR0 GPIO_PUPDR_PUPDR0_Msk macro
Dstm32f031x6.h2140 #define GPIO_PUPDR_PUPDR0 GPIO_PUPDR_PUPDR0_Msk macro
Dstm32f030xc.h2325 #define GPIO_PUPDR_PUPDR0 GPIO_PUPDR_PUPDR0_Msk macro
Dstm32f038xx.h2139 #define GPIO_PUPDR_PUPDR0 GPIO_PUPDR_PUPDR0_Msk macro
Dstm32f070xb.h2177 #define GPIO_PUPDR_PUPDR0 GPIO_PUPDR_PUPDR0_Msk macro
Dstm32f058xx.h2588 #define GPIO_PUPDR_PUPDR0 GPIO_PUPDR_PUPDR0_Msk macro
Dstm32f051x8.h2589 #define GPIO_PUPDR_PUPDR0 GPIO_PUPDR_PUPDR0_Msk macro
/hal_stm32-latest/stm32cube/stm32f4xx/soc/
Dstm32f410cx.h2985 #define GPIO_PUPDR_PUPDR0 GPIO_PUPDR_PUPD0 macro
Dstm32f410rx.h2985 #define GPIO_PUPDR_PUPDR0 GPIO_PUPDR_PUPD0 macro

1234567