Home
last modified time | relevance | path

Searched refs:SECCFGR (Results 1 – 25 of 126) sorted by relevance

123456

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_pwr.c864 SET_BIT(PWR->SECCFGR, Item); in HAL_PWR_ConfigAttributes()
869 SET_BIT(PWR->SECCFGR, Item); in HAL_PWR_ConfigAttributes()
879 CLEAR_BIT(PWR->SECCFGR, Item); in HAL_PWR_ConfigAttributes()
884 CLEAR_BIT(PWR->SECCFGR, Item); in HAL_PWR_ConfigAttributes()
931 if ((PWR->SECCFGR & Item) == Item) in HAL_PWR_GetConfigAttributes()
Dstm32u5xx_hal_rtc_ex.c1878 WRITE_REG(TAMP->SECCFGR, TAMP_SECCFGR_BHKLOCK); in HAL_RTCEx_SetBoothardwareKey()
2846 uint32_t rtc_seccfgr = READ_REG(RTC->SECCFGR); in HAL_RTCEx_SecureModeGet()
2847 uint32_t tamp_seccfgr = READ_REG(TAMP->SECCFGR); in HAL_RTCEx_SecureModeGet()
2890 WRITE_REG(RTC->SECCFGR, secureState->rtcSecureFull | secureState->rtcNonSecureFeatures); in HAL_RTCEx_SecureModeSet()
2894 WRITE_REG(TAMP->SECCFGR, in HAL_RTCEx_SecureModeSet()
2958 MODIFY_REG(TAMP->SECCFGR, in HAL_RTCEx_PrivilegeModeSet()
2981 uint32_t tamp_seccfgr = READ_REG(TAMP->SECCFGR); in HAL_RTCEx_PrivilegeModeGet()
Dstm32u5xx_hal.c932 tmp = SYSCFG_S->SECCFGR; in HAL_SYSCFG_ConfigAttributes()
945 SYSCFG_S->SECCFGR = tmp; in HAL_SYSCFG_ConfigAttributes()
968 if ((SYSCFG_S->SECCFGR & Item) != 0U) in HAL_SYSCFG_GetConfigAttributes()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_pwr.c549 SET_BIT(PWR->SECCFGR, Item); in HAL_PWR_ConfigAttributes()
554 SET_BIT(PWR->SECCFGR, Item); in HAL_PWR_ConfigAttributes()
564 CLEAR_BIT(PWR->SECCFGR, Item); in HAL_PWR_ConfigAttributes()
569 CLEAR_BIT(PWR->SECCFGR, Item); in HAL_PWR_ConfigAttributes()
631 if ((PWR->SECCFGR & Item) == Item) in HAL_PWR_GetConfigAttributes()
Dstm32h5xx_hal_rtc_ex.c1920 WRITE_REG(TAMP->SECCFGR, TAMP_SECCFGR_BHKLOCK); in HAL_RTCEx_LockBootHardwareKey()
2927 uint32_t rtc_seccfgr = READ_REG(RTC->SECCFGR); in HAL_RTCEx_SecureModeGet()
2928 uint32_t tamp_seccfgr = READ_REG(TAMP->SECCFGR); in HAL_RTCEx_SecureModeGet()
2972 WRITE_REG(RTC->SECCFGR, secureState->rtcSecureFull | (~(secureState->rtcNonSecureFeatures) & in HAL_RTCEx_SecureModeSet()
2977 WRITE_REG(TAMP->SECCFGR, in HAL_RTCEx_SecureModeSet()
3045 MODIFY_REG(TAMP->SECCFGR, in HAL_RTCEx_PrivilegeModeSet()
3069 uint32_t tamp_seccfgr = READ_REG(TAMP->SECCFGR); in HAL_RTCEx_PrivilegeModeGet()
Dstm32h5xx_hal_rcc.c1775 SET_BIT(RCC->SECCFGR, Item); in HAL_RCC_ConfigAttributes()
1780 SET_BIT(RCC->SECCFGR, Item); in HAL_RCC_ConfigAttributes()
1785 CLEAR_BIT(RCC->SECCFGR, Item); in HAL_RCC_ConfigAttributes()
1790 CLEAR_BIT(RCC->SECCFGR, Item); in HAL_RCC_ConfigAttributes()
1858 if ((RCC->SECCFGR & Item) == Item) in HAL_RCC_GetConfigAttributes()
Dstm32h5xx_hal_gpio.c662 tmp = GPIOx->SECCFGR; in HAL_GPIO_ConfigPinAttributes()
680 GPIOx->SECCFGR = tmp; in HAL_GPIO_ConfigPinAttributes()
718 if ((GPIOx->SECCFGR & (GPIO_SECCFGR_SEC0 << position)) != 0U) in HAL_GPIO_GetConfigPinAttributes()
Dstm32h5xx_hal.c1263 tmp = SBS->SECCFGR; in HAL_SBS_ConfigAttributes()
1276 SBS->SECCFGR = tmp; in HAL_SBS_ConfigAttributes()
1300 if ((SBS->SECCFGR & Item) != 0U) in HAL_SBS_GetConfigAttributes()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_pwr.c915 SET_BIT(PWR_S->SECCFGR, Item); in HAL_PWR_ConfigAttributes()
920 SET_BIT(PWR_S->SECCFGR, Item); in HAL_PWR_ConfigAttributes()
930 CLEAR_BIT(PWR_S->SECCFGR, Item); in HAL_PWR_ConfigAttributes()
935 CLEAR_BIT(PWR_S->SECCFGR, Item); in HAL_PWR_ConfigAttributes()
981 if ((PWR->SECCFGR & Item) == Item) in HAL_PWR_GetConfigAttributes()
Dstm32n6xx_hal_rtc_ex.c1895 WRITE_REG(TAMP->SECCFGR, TAMP_SECCFGR_BHKLOCK); in HAL_RTCEx_LockBootHardwareKey()
2815 uint32_t rtc_seccfgr = READ_REG(RTC->SECCFGR); in HAL_RTCEx_SecureModeGet()
2816 uint32_t tamp_seccfgr = READ_REG(TAMP->SECCFGR); in HAL_RTCEx_SecureModeGet()
2860 WRITE_REG(RTC->SECCFGR, secureState->rtcSecureFull | (~(secureState->rtcNonSecureFeatures) & in HAL_RTCEx_SecureModeSet()
2865 WRITE_REG(TAMP->SECCFGR, in HAL_RTCEx_SecureModeSet()
2930 MODIFY_REG(TAMP->SECCFGR, in HAL_RTCEx_PrivilegeModeSet()
2953 uint32_t tamp_seccfgr = READ_REG(TAMP->SECCFGR); in HAL_RTCEx_PrivilegeModeGet()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_pwr.c1055 SET_BIT(PWR_S->SECCFGR, Item); in HAL_PWR_ConfigAttributes()
1060 SET_BIT(PWR_S->SECCFGR, Item); in HAL_PWR_ConfigAttributes()
1070 CLEAR_BIT(PWR_S->SECCFGR, Item); in HAL_PWR_ConfigAttributes()
1075 CLEAR_BIT(PWR_S->SECCFGR, Item); in HAL_PWR_ConfigAttributes()
1120 if ((PWR->SECCFGR & Item) == Item) in HAL_PWR_GetConfigAttributes()
Dstm32wbaxx_hal_hsem.c408 SET_BIT(HSEM->SECCFGR, SemMask); in HAL_HSEM_SetSemaphoreSecure()
418 CLEAR_BIT(HSEM->SECCFGR, SemMask); in HAL_HSEM_SetSemaphoreNonSecure()
428 return HSEM->SECCFGR; in HAL_HSEM_GetSemaphoreSecure()
Dstm32wbaxx_hal_rtc_ex.c1861 WRITE_REG(TAMP->SECCFGR, TAMP_SECCFGR_BHKLOCK); in HAL_RTCEx_LockBootHardwareKey()
2703 uint32_t rtc_seccfgr = READ_REG(RTC->SECCFGR); in HAL_RTCEx_SecureModeGet()
2704 uint32_t tamp_seccfgr = READ_REG(TAMP->SECCFGR); in HAL_RTCEx_SecureModeGet()
2748 WRITE_REG(RTC->SECCFGR, secureState->rtcSecureFull | (~(secureState->rtcNonSecureFeatures) & in HAL_RTCEx_SecureModeSet()
2753 WRITE_REG(TAMP->SECCFGR, in HAL_RTCEx_SecureModeSet()
2820 MODIFY_REG(TAMP->SECCFGR, in HAL_RTCEx_PrivilegeModeSet()
2843 uint32_t tamp_seccfgr = READ_REG(TAMP->SECCFGR); in HAL_RTCEx_PrivilegeModeGet()
Dstm32wbaxx_hal_gtzc.c584 WRITE_REG(mpcbb_ptr->SECCFGR[i], in HAL_GTZC_MPCBB_ConfigMem()
660 pMPCBB_desc->AttributeConfig.MPCBB_SecConfig_array[i] = mpcbb_ptr->SECCFGR[i]; in HAL_GTZC_MPCBB_GetConfigMem()
761 SET_BIT(mpcbb_ptr->SECCFGR[offset_reg_start], in HAL_GTZC_MPCBB_ConfigMemAttributes()
767 CLEAR_BIT(mpcbb_ptr->SECCFGR[offset_reg_start], in HAL_GTZC_MPCBB_ConfigMemAttributes()
899 pMemAttributes[i] = (READ_BIT(mpcbb_ptr->SECCFGR[offset_reg_start], in HAL_GTZC_MPCBB_GetConfigMemAttributes()
Dstm32wbaxx_hal_rcc.c1662 SET_BIT(RCC->SECCFGR, Item); in HAL_RCC_ConfigAttributes()
1667 SET_BIT(RCC->SECCFGR, Item); in HAL_RCC_ConfigAttributes()
1672 CLEAR_BIT(RCC->SECCFGR, Item); in HAL_RCC_ConfigAttributes()
1677 CLEAR_BIT(RCC->SECCFGR, Item); in HAL_RCC_ConfigAttributes()
1723 if ((RCC->SECCFGR & Item) == Item) in HAL_RCC_GetConfigAttributes()
Dstm32wbaxx_hal_gpio.c599 sec = GPIOx->SECCFGR; in HAL_GPIO_ConfigPinAttributes()
609 GPIOx->SECCFGR = sec; in HAL_GPIO_ConfigPinAttributes()
633 if ((GPIOx->SECCFGR & GPIO_Pin) != 0x00U) in HAL_GPIO_GetConfigPinAttributes()
Dstm32wbaxx_hal.c934 tmp = SYSCFG_S->SECCFGR; in HAL_SYSCFG_ConfigAttributes()
947 SYSCFG_S->SECCFGR = tmp; in HAL_SYSCFG_ConfigAttributes()
972 if ((SYSCFG->SECCFGR & Item) != 0U) in HAL_SYSCFG_GetConfigAttributes()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_pwr.c698 SET_BIT(PWR_S->SECCFGR, Item); in HAL_PWR_ConfigAttributes()
702 CLEAR_BIT(PWR_S->SECCFGR, Item); in HAL_PWR_ConfigAttributes()
751 if ((PWR_S->SECCFGR & Item) == Item) in HAL_PWR_GetConfigAttributes()
Dstm32l5xx_hal.c814 tmp = SYSCFG_S->SECCFGR; in HAL_SYSCFG_ConfigAttributes()
827 SYSCFG_S->SECCFGR = tmp; in HAL_SYSCFG_ConfigAttributes()
850 if ((SYSCFG_S->SECCFGR & Item) != 0U) in HAL_SYSCFG_GetConfigAttributes()
Dstm32l5xx_hal_gpio.c567 temp = GPIOx->SECCFGR; in HAL_GPIO_ConfigPinAttributes()
578 GPIOx->SECCFGR = temp; in HAL_GPIO_ConfigPinAttributes()
603 if ((GPIOx->SECCFGR & GPIO_Pin) != 0x00U) in HAL_GPIO_GetConfigPinAttributes()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_hsem.h353 SET_BIT(HSEMx->SECCFGR, SemMask); in LL_HSEM_SetSemaphoreSecure()
382 CLEAR_BIT(HSEMx->SECCFGR, SemMask); in LL_HSEM_SetSemaphoreNonSecure()
393 return HSEMx->SECCFGR; in LL_HSEM_GetSemaphoreSecure()
Dstm32wbaxx_ll_gpio.h985 SET_BIT(GPIOx->SECCFGR, PinMask); in LL_GPIO_EnablePinSecure()
1015 CLEAR_BIT(GPIOx->SECCFGR, PinMask); in LL_GPIO_DisablePinSecure()
1045 return ((READ_BIT(GPIOx->SECCFGR, PinMask) == (PinMask)) ? 1UL : 0UL); in LL_GPIO_IsEnabledPinSecure()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_gpio.h977 SET_BIT(GPIOx->SECCFGR, PinMask); in LL_GPIO_EnablePinSecure()
1007 CLEAR_BIT(GPIOx->SECCFGR, PinMask); in LL_GPIO_DisablePinSecure()
1038 return ((READ_BIT(GPIOx->SECCFGR, PinMask) == (PinMask)) ? 1UL : 0UL); in LL_GPIO_IsEnabledPinSecure()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_gpio.h1080 SET_BIT(GPIOx->SECCFGR, PinMask); in LL_GPIO_EnablePinSecure()
1110 CLEAR_BIT(GPIOx->SECCFGR, PinMask); in LL_GPIO_DisablePinSecure()
1141 return ((READ_BIT(GPIOx->SECCFGR, PinMask) == (PinMask)) ? 1UL : 0UL); in LL_GPIO_IsEnabledPinSecure()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_gpio.h1082 SET_BIT(GPIOx->SECCFGR, PinMask); in LL_GPIO_EnablePinSecure()
1112 CLEAR_BIT(GPIOx->SECCFGR, PinMask); in LL_GPIO_DisablePinSecure()
1143 return ((READ_BIT(GPIOx->SECCFGR, PinMask) == (PinMask)) ? 1UL : 0UL); in LL_GPIO_IsEnabledPinSecure()

123456