Home
last modified time | relevance | path

Searched refs:Retime (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_gpio.c533 assert_param(IS_GPIO_RETIME(pRet_Init->Retime)); in HAL_GPIO_SetRetime()
548 temp |= (pRet_Init->Retime << ((position & 0x07u) * GPIO_ADVCFGRL_1_Pos)); in HAL_GPIO_SetRetime()
586 pRet_Init->Retime = ((GPIOx->ADVCFGR[position >> 3u] & (GPIO_ADVCFGRL_RET0 << index)) >> index); in HAL_GPIO_GetRetime()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_gpio.h82 uint32_t Retime; /*!< Enable or disable the retime functionality on a pin member