Home
last modified time | relevance | path

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

/hal_stm32-3.6.0/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal.c715 HAL_StatusTypeDef HAL_SYSCFG_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes) in HAL_SYSCFG_GetConfigAttributes() argument
718 if (pAttributes == NULL) in HAL_SYSCFG_GetConfigAttributes()
729 *pAttributes = SYSCFG_SEC; in HAL_SYSCFG_GetConfigAttributes()
733 *pAttributes = SYSCFG_NSEC; in HAL_SYSCFG_GetConfigAttributes()
Dstm32wbaxx_hal_pwr.c1098 HAL_StatusTypeDef HAL_PWR_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes) in HAL_PWR_GetConfigAttributes() argument
1103 if (pAttributes == NULL) in HAL_PWR_GetConfigAttributes()
1129 *pAttributes = attributes; in HAL_PWR_GetConfigAttributes()
Dstm32wbaxx_hal_rcc.c1700 HAL_StatusTypeDef HAL_RCC_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes) in HAL_RCC_GetConfigAttributes() argument
1705 if (pAttributes == NULL) in HAL_RCC_GetConfigAttributes()
1731 *pAttributes = attributes; in HAL_RCC_GetConfigAttributes()
/hal_stm32-3.6.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal.c837 HAL_StatusTypeDef HAL_SYSCFG_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes) in HAL_SYSCFG_GetConfigAttributes() argument
840 if (pAttributes == NULL) in HAL_SYSCFG_GetConfigAttributes()
851 *pAttributes = SYSCFG_SEC; in HAL_SYSCFG_GetConfigAttributes()
855 *pAttributes = SYSCFG_NSEC; in HAL_SYSCFG_GetConfigAttributes()
Dstm32l5xx_hal_pwr.c722 HAL_StatusTypeDef HAL_PWR_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes) in HAL_PWR_GetConfigAttributes() argument
727 if (pAttributes == NULL) in HAL_PWR_GetConfigAttributes()
760 *pAttributes = attributes; in HAL_PWR_GetConfigAttributes()
Dstm32l5xx_hal_rcc.c1852 HAL_StatusTypeDef HAL_RCC_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes) in HAL_RCC_GetConfigAttributes() argument
1857 if (pAttributes == NULL) in HAL_RCC_GetConfigAttributes()
1890 *pAttributes = attributes; in HAL_RCC_GetConfigAttributes()
/hal_stm32-3.6.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal.c872 HAL_StatusTypeDef HAL_SYSCFG_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes) in HAL_SYSCFG_GetConfigAttributes() argument
875 if (pAttributes == NULL) in HAL_SYSCFG_GetConfigAttributes()
886 *pAttributes = SYSCFG_SEC; in HAL_SYSCFG_GetConfigAttributes()
890 *pAttributes = SYSCFG_NSEC; in HAL_SYSCFG_GetConfigAttributes()
Dstm32u5xx_hal_pwr.c894 HAL_StatusTypeDef HAL_PWR_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes) in HAL_PWR_GetConfigAttributes() argument
899 if (pAttributes == NULL) in HAL_PWR_GetConfigAttributes()
925 *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()
2176 *pAttributes = attributes; in HAL_RCC_GetConfigAttributes()
/hal_stm32-3.6.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal.c1257 HAL_StatusTypeDef HAL_SBS_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes) in HAL_SBS_GetConfigAttributes() argument
1260 if (pAttributes == NULL) in HAL_SBS_GetConfigAttributes()
1271 *pAttributes = SBS_SEC; in HAL_SBS_GetConfigAttributes()
1275 *pAttributes = SBS_NSEC; in HAL_SBS_GetConfigAttributes()
Dstm32h5xx_hal_pwr.c609 HAL_StatusTypeDef HAL_PWR_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes) in HAL_PWR_GetConfigAttributes() argument
614 if (pAttributes == NULL) in HAL_PWR_GetConfigAttributes()
647 *pAttributes = attributes; in HAL_PWR_GetConfigAttributes()
Dstm32h5xx_hal_rcc.c1834 HAL_StatusTypeDef HAL_RCC_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes) in HAL_RCC_GetConfigAttributes() argument
1839 if (pAttributes == NULL) in HAL_RCC_GetConfigAttributes()
1872 *pAttributes = attributes; in HAL_RCC_GetConfigAttributes()
/hal_stm32-3.6.0/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.h3583 HAL_StatusTypeDef HAL_RCC_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes);
/hal_stm32-3.6.0/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal.h529 HAL_StatusTypeDef HAL_SYSCFG_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes);
Dstm32wbaxx_hal_pwr.h906 HAL_StatusTypeDef HAL_PWR_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes);
Dstm32wbaxx_hal_rcc.h2364 HAL_StatusTypeDef HAL_RCC_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes);
/hal_stm32-3.6.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_pwr.h670 HAL_StatusTypeDef HAL_PWR_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes);
Dstm32h5xx_hal.h873 HAL_StatusTypeDef HAL_SBS_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes);
Dstm32h5xx_hal_rcc.h5146 HAL_StatusTypeDef HAL_RCC_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes);
/hal_stm32-3.6.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal.h801 HAL_StatusTypeDef HAL_SYSCFG_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes);
Dstm32u5xx_hal_pwr.h784 HAL_StatusTypeDef HAL_PWR_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes);
Dstm32u5xx_hal_rcc.h4828 HAL_StatusTypeDef HAL_RCC_GetConfigAttributes(uint32_t Item, uint32_t *pAttributes);