Searched refs:sec (Results 1 – 2 of 2) sorted by relevance
591 uint32_t sec; in HAL_GPIO_ConfigPinAttributes() local599 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()
795 uint32_t sec; in HAL_GPIO_ConfigPinAttributes() local806 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()