Searched refs:GPIO_PUPDR_PUPD0 (Results 1 – 8 of 8) sorted by relevance
242 temp &= ~(GPIO_PUPDR_PUPD0 << (position * 2U)); in HAL_GPIO_Init()337 GPIOx->PUPDR &= ~(GPIO_PUPDR_PUPD0 << (position * 2U)); in HAL_GPIO_DeInit()
264 temp &= ~(GPIO_PUPDR_PUPD0 << (position * 2u)); in HAL_GPIO_Init()359 GPIOx->PUPDR &= ~(GPIO_PUPDR_PUPD0 << (position * 2u)); in HAL_GPIO_DeInit()
496 MODIFY_REG(GPIOx->PUPDR, ((Pin * Pin) * GPIO_PUPDR_PUPD0), ((Pin * Pin) * Pull)); in LL_GPIO_SetPinPull()528 return (uint32_t)(READ_BIT(GPIOx->PUPDR, ((Pin * Pin) * GPIO_PUPDR_PUPD0)) / (Pin * Pin)); in LL_GPIO_GetPinPull()
515 …MODIFY_REG(GPIOx->PUPDR, (GPIO_PUPDR_PUPD0 << (POSITION_VAL(Pin) * 2U)), (Pull << (POSITION_VAL(Pi… in LL_GPIO_SetPinPull()548 … (GPIO_PUPDR_PUPD0 << (POSITION_VAL(Pin) * 2U))) >> (POSITION_VAL(Pin) * 2U)); in LL_GPIO_GetPinPull()
2469 #define GPIO_PUPDR_PUPD0 GPIO_PUPDR_PUPD0_Msk macro
2727 #define GPIO_PUPDR_PUPD0 GPIO_PUPDR_PUPD0_Msk macro
2749 #define GPIO_PUPDR_PUPD0 GPIO_PUPDR_PUPD0_Msk macro
8462 #define GPIO_PUPDR_PUPD0 GPIO_PUPDR_PUPD0_Msk macro8542 #define GPIO_PUPDR_PUPDR0 GPIO_PUPDR_PUPD0