/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_pwr.c | 864 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()
|
D | stm32u5xx_hal_rtc_ex.c | 1878 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()
|
D | stm32u5xx_hal.c | 932 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/ |
D | stm32h5xx_hal_pwr.c | 549 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()
|
D | stm32h5xx_hal_rtc_ex.c | 1920 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()
|
D | stm32h5xx_hal_rcc.c | 1775 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()
|
D | stm32h5xx_hal_gpio.c | 662 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()
|
D | stm32h5xx_hal.c | 1263 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/ |
D | stm32n6xx_hal_pwr.c | 915 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()
|
D | stm32n6xx_hal_rtc_ex.c | 1895 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/ |
D | stm32wbaxx_hal_pwr.c | 1055 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()
|
D | stm32wbaxx_hal_hsem.c | 408 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()
|
D | stm32wbaxx_hal_rtc_ex.c | 1861 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()
|
D | stm32wbaxx_hal_gtzc.c | 584 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()
|
D | stm32wbaxx_hal_rcc.c | 1662 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()
|
D | stm32wbaxx_hal_gpio.c | 599 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()
|
D | stm32wbaxx_hal.c | 934 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/ |
D | stm32l5xx_hal_pwr.c | 698 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()
|
D | stm32l5xx_hal.c | 814 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()
|
D | stm32l5xx_hal_gpio.c | 567 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/ |
D | stm32wbaxx_ll_hsem.h | 353 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()
|
D | stm32wbaxx_ll_gpio.h | 985 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/ |
D | stm32l5xx_ll_gpio.h | 977 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/ |
D | stm32h5xx_ll_gpio.h | 1080 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/ |
D | stm32u5xx_ll_gpio.h | 1082 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()
|