Home
last modified time | relevance | path

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

/hal_stm32-3.7.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_pwr.c526 void HAL_PWR_ConfigAttributes(uint32_t Item, uint32_t Attributes) in HAL_PWR_ConfigAttributes() argument
532 assert_param(IS_PWR_ITEMS_ATTRIBUTES(Item)); in HAL_PWR_ConfigAttributes()
541 SET_BIT(PWR->SECCFGR, Item); in HAL_PWR_ConfigAttributes()
546 SET_BIT(PWR->SECCFGR, Item); in HAL_PWR_ConfigAttributes()
556 CLEAR_BIT(PWR->SECCFGR, Item); in HAL_PWR_ConfigAttributes()
561 CLEAR_BIT(PWR->SECCFGR, Item); in HAL_PWR_ConfigAttributes()
583 UNUSED(Item); in HAL_PWR_ConfigAttributes()
609 HAL_StatusTypeDef HAL_PWR_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes) in HAL_PWR_GetConfigAttributes() argument
620 assert_param(IS_PWR_ITEMS_ATTRIBUTES(Item)); in HAL_PWR_GetConfigAttributes()
623 if ((PWR->SECCFGR & Item) == Item) in HAL_PWR_GetConfigAttributes()
[all …]
Dstm32h5xx_hal.c1183 void HAL_SBS_Lock(uint32_t Item) in HAL_SBS_Lock() argument
1186 assert_param(IS_SBS_LOCK_ITEMS(Item)); in HAL_SBS_Lock()
1189 SBS->CNSLCKR = (0xFFFFU & Item); /* non-secure lock item in 16 lowest bits */ in HAL_SBS_Lock()
1193 SBS->CSLCKR = ((0xFFFF0000U & Item) >> 16U); /* Secure-only lock item in 16 highest bits */ in HAL_SBS_Lock()
1255 void HAL_SBS_ConfigAttributes(uint32_t Item, uint32_t Attributes) in HAL_SBS_ConfigAttributes() argument
1260 assert_param(IS_SBS_ITEMS_ATTRIBUTES(Item)); in HAL_SBS_ConfigAttributes()
1268 tmp |= Item; in HAL_SBS_ConfigAttributes()
1272 tmp &= ~Item; in HAL_SBS_ConfigAttributes()
1288 HAL_StatusTypeDef HAL_SBS_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes) in HAL_SBS_GetConfigAttributes() argument
1297 assert_param(IS_SBS_ITEMS_ATTRIBUTES(Item)); in HAL_SBS_GetConfigAttributes()
[all …]
Dstm32h5xx_hal_rcc.c1754 void HAL_RCC_ConfigAttributes(uint32_t Item, uint32_t Attributes) in HAL_RCC_ConfigAttributes() argument
1761 assert_param(IS_RCC_ITEM_ATTRIBUTES(Item)); in HAL_RCC_ConfigAttributes()
1768 SET_BIT(RCC->SECCFGR, Item); in HAL_RCC_ConfigAttributes()
1773 SET_BIT(RCC->SECCFGR, Item); in HAL_RCC_ConfigAttributes()
1778 CLEAR_BIT(RCC->SECCFGR, Item); in HAL_RCC_ConfigAttributes()
1783 CLEAR_BIT(RCC->SECCFGR, Item); in HAL_RCC_ConfigAttributes()
1803 UNUSED(Item); in HAL_RCC_ConfigAttributes()
1834 HAL_StatusTypeDef HAL_RCC_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes) in HAL_RCC_GetConfigAttributes() argument
1846 assert_param(IS_RCC_SINGLE_ITEM_ATTRIBUTES(Item)); in HAL_RCC_GetConfigAttributes()
1851 if ((RCC->SECCFGR & Item) == Item) in HAL_RCC_GetConfigAttributes()
[all …]
/hal_stm32-3.7.0/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal.c611 void HAL_SYSCFG_Lock(uint32_t Item) in HAL_SYSCFG_Lock() argument
614 assert_param(IS_SYSCFG_LOCK_ITEMS(Item)); in HAL_SYSCFG_Lock()
617 SYSCFG->CNSLCKR = (0xFFFFU & Item); /* non-secure lock item in 16 lowest bits */ in HAL_SYSCFG_Lock()
621 SYSCFG->CSLCKR = ((0xFFFF0000U & Item) >> 16U); /* Secure-only lock item in 16 highest bits */ in HAL_SYSCFG_Lock()
684 void HAL_SYSCFG_ConfigAttributes(uint32_t Item, uint32_t Attributes) in HAL_SYSCFG_ConfigAttributes() argument
689 assert_param(IS_SYSCFG_ITEMS_ATTRIBUTES(Item)); in HAL_SYSCFG_ConfigAttributes()
697 tmp |= Item; in HAL_SYSCFG_ConfigAttributes()
701 tmp &= ~Item; in HAL_SYSCFG_ConfigAttributes()
718 HAL_StatusTypeDef HAL_SYSCFG_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes) in HAL_SYSCFG_GetConfigAttributes() argument
727 assert_param(IS_SYSCFG_SINGLE_ITEMS_ATTRIBUTES(Item)); in HAL_SYSCFG_GetConfigAttributes()
[all …]
Dstm32wbaxx_hal_pwr.c1035 void HAL_PWR_ConfigAttributes(uint32_t Item, uint32_t Attributes) in HAL_PWR_ConfigAttributes() argument
1038 assert_param(IS_PWR_ITEMS_ATTRIBUTES(Item)); in HAL_PWR_ConfigAttributes()
1048 SET_BIT(PWR_S->SECCFGR, Item); in HAL_PWR_ConfigAttributes()
1053 SET_BIT(PWR_S->SECCFGR, Item); in HAL_PWR_ConfigAttributes()
1063 CLEAR_BIT(PWR_S->SECCFGR, Item); in HAL_PWR_ConfigAttributes()
1068 CLEAR_BIT(PWR_S->SECCFGR, Item); in HAL_PWR_ConfigAttributes()
1098 HAL_StatusTypeDef HAL_PWR_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes) in HAL_PWR_GetConfigAttributes() argument
1109 assert_param(IS_PWR_ITEMS_ATTRIBUTES(Item)); in HAL_PWR_GetConfigAttributes()
1113 if ((PWR->SECCFGR & Item) == Item) in HAL_PWR_GetConfigAttributes()
Dstm32wbaxx_hal_rcc.c1643 void HAL_RCC_ConfigAttributes(uint32_t Item, uint32_t Attributes) in HAL_RCC_ConfigAttributes() argument
1646 assert_param(IS_RCC_ITEM_ATTRIBUTES(Item)); in HAL_RCC_ConfigAttributes()
1654 SET_BIT(RCC->SECCFGR, Item); in HAL_RCC_ConfigAttributes()
1659 SET_BIT(RCC->SECCFGR, Item); in HAL_RCC_ConfigAttributes()
1664 CLEAR_BIT(RCC->SECCFGR, Item); in HAL_RCC_ConfigAttributes()
1669 CLEAR_BIT(RCC->SECCFGR, Item); in HAL_RCC_ConfigAttributes()
1700 HAL_StatusTypeDef HAL_RCC_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes) in HAL_RCC_GetConfigAttributes() argument
1711 assert_param(IS_RCC_ITEM_ATTRIBUTES(Item)); in HAL_RCC_GetConfigAttributes()
1715 if ((RCC->SECCFGR & Item) == Item) in HAL_RCC_GetConfigAttributes()
/hal_stm32-3.7.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_pwr.c845 void HAL_PWR_ConfigAttributes(uint32_t Item, uint32_t Attributes) in HAL_PWR_ConfigAttributes() argument
848 assert_param(IS_PWR_ITEMS_ATTRIBUTES(Item)); in HAL_PWR_ConfigAttributes()
858 SET_BIT(PWR->SECCFGR, Item); in HAL_PWR_ConfigAttributes()
863 SET_BIT(PWR->SECCFGR, Item); in HAL_PWR_ConfigAttributes()
873 CLEAR_BIT(PWR->SECCFGR, Item); in HAL_PWR_ConfigAttributes()
878 CLEAR_BIT(PWR->SECCFGR, Item); in HAL_PWR_ConfigAttributes()
884 UNUSED(Item); in HAL_PWR_ConfigAttributes()
910 HAL_StatusTypeDef HAL_PWR_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes) in HAL_PWR_GetConfigAttributes() argument
921 assert_param(IS_PWR_ITEMS_ATTRIBUTES(Item)); in HAL_PWR_GetConfigAttributes()
925 if ((PWR->SECCFGR & Item) == Item) in HAL_PWR_GetConfigAttributes()
Dstm32u5xx_hal.c818 void HAL_SYSCFG_Lock(uint32_t Item) in HAL_SYSCFG_Lock() argument
821 assert_param(IS_SYSCFG_LOCK_ITEMS(Item)); in HAL_SYSCFG_Lock()
824 SYSCFG->CNSLCKR = (0xFFFFU & Item); /* non-secure lock item in 16 lowest bits */ in HAL_SYSCFG_Lock()
828 SYSCFG->CSLCKR = ((0xFFFF0000U & Item) >> 16U); /* Secure-only lock item in 16 highest bits */ in HAL_SYSCFG_Lock()
891 void HAL_SYSCFG_ConfigAttributes(uint32_t Item, uint32_t Attributes) in HAL_SYSCFG_ConfigAttributes() argument
896 assert_param(IS_SYSCFG_ITEMS_ATTRIBUTES(Item)); in HAL_SYSCFG_ConfigAttributes()
904 tmp |= Item; in HAL_SYSCFG_ConfigAttributes()
908 tmp &= ~Item; in HAL_SYSCFG_ConfigAttributes()
923 HAL_StatusTypeDef HAL_SYSCFG_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes) in HAL_SYSCFG_GetConfigAttributes() argument
932 assert_param(IS_SYSCFG_ITEMS_ATTRIBUTES(Item)); in HAL_SYSCFG_GetConfigAttributes()
[all …]
Dstm32u5xx_hal_rcc.c2071 void HAL_RCC_ConfigAttributes(uint32_t Item, uint32_t Attributes) in HAL_RCC_ConfigAttributes() argument
2074 assert_param(IS_RCC_ITEM_ATTRIBUTES(Item)); in HAL_RCC_ConfigAttributes()
2082 SET_BIT(RCC->SECCFGR, Item); in HAL_RCC_ConfigAttributes()
2087 SET_BIT(RCC->SECCFGR, Item); in HAL_RCC_ConfigAttributes()
2092 CLEAR_BIT(RCC->SECCFGR, Item); in HAL_RCC_ConfigAttributes()
2097 CLEAR_BIT(RCC->SECCFGR, Item); in HAL_RCC_ConfigAttributes()
2128 HAL_StatusTypeDef HAL_RCC_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes) in HAL_RCC_GetConfigAttributes() argument
2139 assert_param(IS_RCC_ITEM_ATTRIBUTES(Item)); in HAL_RCC_GetConfigAttributes()
2144 if ((RCC->SECCFGR & Item) == Item) in HAL_RCC_GetConfigAttributes()
/hal_stm32-3.7.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal.c733 void HAL_SYSCFG_Lock(uint32_t Item) in HAL_SYSCFG_Lock() argument
736 assert_param(IS_SYSCFG_LOCK_ITEMS(Item)); in HAL_SYSCFG_Lock()
739 SYSCFG->CNSLCKR = (0xFFFFU & Item); /* non-secure lock item in 16 lowest bits */ in HAL_SYSCFG_Lock()
743 SYSCFG->CSLCKR = ((0xFFFF0000U & Item) >> 16U); /* Secure-only lock item in 16 highest bits */ in HAL_SYSCFG_Lock()
806 void HAL_SYSCFG_ConfigAttributes(uint32_t Item, uint32_t Attributes) in HAL_SYSCFG_ConfigAttributes() argument
811 assert_param(IS_SYSCFG_ITEMS_ATTRIBUTES(Item)); in HAL_SYSCFG_ConfigAttributes()
819 tmp |= Item; in HAL_SYSCFG_ConfigAttributes()
823 tmp &= ~Item; in HAL_SYSCFG_ConfigAttributes()
838 HAL_StatusTypeDef HAL_SYSCFG_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes) in HAL_SYSCFG_GetConfigAttributes() argument
847 assert_param(IS_SYSCFG_ITEMS_ATTRIBUTES(Item)); in HAL_SYSCFG_GetConfigAttributes()
[all …]
Dstm32l5xx_hal_pwr.c670 void HAL_PWR_ConfigAttributes(uint32_t Item, uint32_t Attributes) in HAL_PWR_ConfigAttributes() argument
693 assert_param(IS_PWR_ITEMS_ATTRIBUTES(Item)); in HAL_PWR_ConfigAttributes()
698 SET_BIT(PWR_S->SECCFGR, Item); in HAL_PWR_ConfigAttributes()
702 CLEAR_BIT(PWR_S->SECCFGR, Item); in HAL_PWR_ConfigAttributes()
712 UNUSED(Item); in HAL_PWR_ConfigAttributes()
725 HAL_StatusTypeDef HAL_PWR_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes) in HAL_PWR_GetConfigAttributes() argument
748 assert_param(IS_PWR_ITEMS_ATTRIBUTES(Item)); in HAL_PWR_GetConfigAttributes()
751 if ((PWR_S->SECCFGR & Item) == Item) in HAL_PWR_GetConfigAttributes()
763 UNUSED(Item); in HAL_PWR_GetConfigAttributes()
Dstm32l5xx_hal_rcc.c1814 void HAL_RCC_ConfigAttributes(uint32_t Item, uint32_t Attributes) in HAL_RCC_ConfigAttributes() argument
1836 assert_param(IS_RCC_ITEMS_ATTRIBUTES(Item)); in HAL_RCC_ConfigAttributes()
1841 SET_BIT(RCC_S->SECCFGR, Item); in HAL_RCC_ConfigAttributes()
1845 CLEAR_BIT(RCC_S->SECCFGR, Item); in HAL_RCC_ConfigAttributes()
1855 UNUSED(Item); in HAL_RCC_ConfigAttributes()
1868 HAL_StatusTypeDef HAL_RCC_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes) in HAL_RCC_GetConfigAttributes() argument
1892 assert_param(IS_RCC_ITEMS_ATTRIBUTES(Item)); in HAL_RCC_GetConfigAttributes()
1895 if ((RCC_S->SECCFGR & Item) == Item) in HAL_RCC_GetConfigAttributes()
1907 UNUSED(Item); in HAL_RCC_GetConfigAttributes()
/hal_stm32-3.7.0/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal.h503 void HAL_SYSCFG_Lock(uint32_t Item);
517 void HAL_SYSCFG_ConfigAttributes(uint32_t Item, uint32_t Attributes);
519 HAL_StatusTypeDef HAL_SYSCFG_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes);
Dstm32wbaxx_hal_pwr.h903 void HAL_PWR_ConfigAttributes(uint32_t Item, uint32_t Attributes);
904 HAL_StatusTypeDef HAL_PWR_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes);
Dstm32wbaxx_hal_rcc.h2439 void HAL_RCC_ConfigAttributes(uint32_t Item, uint32_t Attributes);
2440 HAL_StatusTypeDef HAL_RCC_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes);
/hal_stm32-3.7.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_system.h909 __STATIC_INLINE void LL_SBS_NonSecureLock(uint32_t Item) in LL_SBS_NonSecureLock() argument
912 SBS->CNSLCKR = Item; in LL_SBS_NonSecureLock()
946 __STATIC_INLINE void LL_SBS_SecureLock(uint32_t Item) in LL_SBS_SecureLock() argument
949 SBS->CSLCKR = Item; in LL_SBS_SecureLock()
Dstm32h5xx_hal.h857 void HAL_SBS_Lock(uint32_t Item);
870 void HAL_SBS_ConfigAttributes(uint32_t Item, uint32_t Attributes);
871 HAL_StatusTypeDef HAL_SBS_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes);
Dstm32h5xx_hal_pwr.h669 void HAL_PWR_ConfigAttributes(uint32_t Item, uint32_t Attributes);
670 HAL_StatusTypeDef HAL_PWR_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes);
Dstm32h5xx_hal_rcc.h5144 void HAL_RCC_ConfigAttributes(uint32_t Item, uint32_t Attributes);
5145 HAL_StatusTypeDef HAL_RCC_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes);
/hal_stm32-3.7.0/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal.h662 void HAL_SYSCFG_Lock(uint32_t Item);
676 void HAL_SYSCFG_ConfigAttributes(uint32_t Item, uint32_t Attributes);
677 HAL_StatusTypeDef HAL_SYSCFG_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes);
Dstm32l5xx_hal_pwr.h474 void HAL_PWR_ConfigAttributes(uint32_t Item, uint32_t Attributes);
475 HAL_StatusTypeDef HAL_PWR_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes);
Dstm32l5xx_hal_rcc.h3593 void HAL_RCC_ConfigAttributes(uint32_t Item, uint32_t Attributes);
3594 HAL_StatusTypeDef HAL_RCC_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes);
/hal_stm32-3.7.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal.h793 void HAL_SYSCFG_Lock(uint32_t Item);
807 void HAL_SYSCFG_ConfigAttributes(uint32_t Item, uint32_t Attributes);
808 HAL_StatusTypeDef HAL_SYSCFG_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes);
Dstm32u5xx_hal_pwr.h787 void HAL_PWR_ConfigAttributes(uint32_t Item, uint32_t Attributes);
788 HAL_StatusTypeDef HAL_PWR_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes);
Dstm32u5xx_hal_rcc.h4825 void HAL_RCC_ConfigAttributes(uint32_t Item, uint32_t Attributes);
4826 HAL_StatusTypeDef HAL_RCC_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes);