Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_gpio.c591 uint32_t sec; in HAL_GPIO_ConfigPinAttributes() local
599 sec = GPIOx->SECCFGR; in HAL_GPIO_ConfigPinAttributes()
602 sec |= (uint32_t)GPIO_Pin; in HAL_GPIO_ConfigPinAttributes()
606 sec &= ~((uint32_t)GPIO_Pin); in HAL_GPIO_ConfigPinAttributes()
609 GPIOx->SECCFGR = sec; in HAL_GPIO_ConfigPinAttributes()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_gpio.c795 uint32_t sec; in HAL_GPIO_ConfigPinAttributes() local
806 sec = GPIOx->SECCFGR; in HAL_GPIO_ConfigPinAttributes()
809 sec |= (uint32_t)GPIO_Pin; in HAL_GPIO_ConfigPinAttributes()
813 sec &= ~((uint32_t)GPIO_Pin); in HAL_GPIO_ConfigPinAttributes()
819 GPIOx->SECCFGR = sec; in HAL_GPIO_ConfigPinAttributes()