Searched refs:DELAYR (Results 1 – 6 of 6) sorted by relevance
905 MODIFY_REG(GPIOx->DELAYR[0], GPIO_DELAYRL_DLY0 << (POSITION_VAL(Pin) * GPIO_DELAYRL_DLY1_Pos), in LL_GPIO_SetDelayPin_0_7()939 …return (uint32_t)(READ_BIT(GPIOx->DELAYR[0], (GPIO_DELAYRL_DLY0 << (POSITION_VAL(Pin) * GPIO_DELAY… in LL_GPIO_GetDelayPin_0_7()975 …MODIFY_REG(GPIOx->DELAYR[1], GPIO_DELAYRH_DLY8 << ((POSITION_VAL(Pin) & 0x07U) * GPIO_DELAYRH_DLY… in LL_GPIO_SetDelayPin_8_15()1009 return (uint32_t)(READ_BIT(GPIOx->DELAYR[1], in LL_GPIO_GetDelayPin_8_15()
348 GPIOx->DELAYR[position >> 3u] &= ~(0xFu << ((position & 0x07u) * GPIO_DELAYRL_DLY1_Pos)) ; in HAL_GPIO_DeInit()628 temp = GPIOx->DELAYR[position >> 3u]; in HAL_GPIO_SetDelay()631 GPIOx->DELAYR[position >> 3u] = temp; in HAL_GPIO_SetDelay()665 pDly_Init->Delay = ((GPIOx->DELAYR[position >> 3u] & (GPIO_DELAYRL_DLY0_Msk << index)) >> index); in HAL_GPIO_GetDelay()
1390 …__IO uint32_t DELAYR[2]; /*!< GPIO port delay register, Address offset: 0x4… member
1467 …__IO uint32_t DELAYR[2]; /*!< GPIO port delay register, Address offset: 0x4… member
1439 …__IO uint32_t DELAYR[2]; /*!< GPIO port delay register, Address offset: 0x4… member
1418 …__IO uint32_t DELAYR[2]; /*!< GPIO port delay register, Address offset: 0x4… member