Home
last modified time | relevance | path

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

12

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal.c838 HAL_StatusTypeDef HAL_SYSCFG_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes) in HAL_SYSCFG_GetConfigAttributes() argument
841 if (pAttributes == NULL) in HAL_SYSCFG_GetConfigAttributes()
852 *pAttributes = SYSCFG_SEC; in HAL_SYSCFG_GetConfigAttributes()
856 *pAttributes = SYSCFG_NSEC; in HAL_SYSCFG_GetConfigAttributes()
Dstm32l5xx_hal_pwr.c725 HAL_StatusTypeDef HAL_PWR_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes) in HAL_PWR_GetConfigAttributes() argument
730 if (pAttributes == NULL) in HAL_PWR_GetConfigAttributes()
768 *pAttributes = attributes; in HAL_PWR_GetConfigAttributes()
Dstm32l5xx_hal_rcc.c1868 HAL_StatusTypeDef HAL_RCC_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes) in HAL_RCC_GetConfigAttributes() argument
1873 if (pAttributes == NULL) in HAL_RCC_GetConfigAttributes()
1912 *pAttributes = attributes; in HAL_RCC_GetConfigAttributes()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal.c956 HAL_StatusTypeDef HAL_SYSCFG_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes) in HAL_SYSCFG_GetConfigAttributes() argument
959 if (pAttributes == NULL) in HAL_SYSCFG_GetConfigAttributes()
970 *pAttributes = SYSCFG_SEC; in HAL_SYSCFG_GetConfigAttributes()
974 *pAttributes = SYSCFG_NSEC; in HAL_SYSCFG_GetConfigAttributes()
Dstm32u5xx_hal_pwr.c916 HAL_StatusTypeDef HAL_PWR_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes) in HAL_PWR_GetConfigAttributes() argument
921 if (pAttributes == NULL) in HAL_PWR_GetConfigAttributes()
949 *pAttributes = attributes; in HAL_PWR_GetConfigAttributes()
Dstm32u5xx_hal_rcc.c2144 HAL_StatusTypeDef HAL_RCC_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes) in HAL_RCC_GetConfigAttributes() argument
2149 if (pAttributes == NULL) in HAL_RCC_GetConfigAttributes()
2179 *pAttributes = attributes; in HAL_RCC_GetConfigAttributes()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal.c960 HAL_StatusTypeDef HAL_SYSCFG_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes) in HAL_SYSCFG_GetConfigAttributes() argument
963 if (pAttributes == NULL) in HAL_SYSCFG_GetConfigAttributes()
974 *pAttributes = SYSCFG_SEC; in HAL_SYSCFG_GetConfigAttributes()
978 *pAttributes = SYSCFG_NSEC; in HAL_SYSCFG_GetConfigAttributes()
Dstm32wbaxx_hal_pwr.c1105 HAL_StatusTypeDef HAL_PWR_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes) in HAL_PWR_GetConfigAttributes() argument
1110 if (pAttributes == NULL) in HAL_PWR_GetConfigAttributes()
1136 *pAttributes = attributes; in HAL_PWR_GetConfigAttributes()
Dstm32wbaxx_hal_rcc.c1708 HAL_StatusTypeDef HAL_RCC_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes) in HAL_RCC_GetConfigAttributes() argument
1713 if (pAttributes == NULL) in HAL_RCC_GetConfigAttributes()
1739 *pAttributes = attributes; in HAL_RCC_GetConfigAttributes()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal.c1288 HAL_StatusTypeDef HAL_SBS_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes) in HAL_SBS_GetConfigAttributes() argument
1291 if (pAttributes == NULL) in HAL_SBS_GetConfigAttributes()
1302 *pAttributes = SBS_SEC; in HAL_SBS_GetConfigAttributes()
1306 *pAttributes = SBS_NSEC; in HAL_SBS_GetConfigAttributes()
Dstm32h5xx_hal_pwr.c617 HAL_StatusTypeDef HAL_PWR_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes) in HAL_PWR_GetConfigAttributes() argument
622 if (pAttributes == NULL) in HAL_PWR_GetConfigAttributes()
655 *pAttributes = attributes; in HAL_PWR_GetConfigAttributes()
Dstm32h5xx_hal_rcc.c1841 HAL_StatusTypeDef HAL_RCC_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes) in HAL_RCC_GetConfigAttributes() argument
1846 if (pAttributes == NULL) in HAL_RCC_GetConfigAttributes()
1879 *pAttributes = attributes; in HAL_RCC_GetConfigAttributes()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_pwr.c965 HAL_StatusTypeDef HAL_PWR_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes) in HAL_PWR_GetConfigAttributes() argument
970 if (pAttributes == NULL) in HAL_PWR_GetConfigAttributes()
1015 *pAttributes = attributes; in HAL_PWR_GetConfigAttributes()
Dstm32n6xx_hal_rcc.c1955 HAL_StatusTypeDef HAL_RCC_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes) in HAL_RCC_GetConfigAttributes() argument
1960 if (pAttributes == NULL) in HAL_RCC_GetConfigAttributes()
1999 *pAttributes = attributes; in HAL_RCC_GetConfigAttributes()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_pwr.h475 HAL_StatusTypeDef HAL_PWR_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes);
Dstm32l5xx_hal.h677 HAL_StatusTypeDef HAL_SYSCFG_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes);
Dstm32l5xx_hal_rcc.h3594 HAL_StatusTypeDef HAL_RCC_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes);
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_pwr.h661 HAL_StatusTypeDef HAL_PWR_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes);
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal.h691 HAL_StatusTypeDef HAL_SYSCFG_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes);
Dstm32wbaxx_hal_pwr.h965 HAL_StatusTypeDef HAL_PWR_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes);
Dstm32wbaxx_hal_rcc.h2491 HAL_StatusTypeDef HAL_RCC_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes);
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_pwr.h670 HAL_StatusTypeDef HAL_PWR_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes);
Dstm32h5xx_hal.h871 HAL_StatusTypeDef HAL_SBS_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes);
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal.h826 HAL_StatusTypeDef HAL_SYSCFG_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes);
Dstm32u5xx_hal_pwr.h788 HAL_StatusTypeDef HAL_PWR_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes);

12