Home
last modified time | relevance | path

Searched refs:GPIO_PIN_SEC (Results 1 – 10 of 10) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_gpio.h236 #define GPIO_PIN_SEC (GPIO_PIN_ATTR_SEC_MASK | 0x00000001U) /*!< Secure pin at… macro
438 #define IS_GPIO_PIN_ATTRIBUTES(__ATTR__) (((((__ATTR__) & GPIO_PIN_SEC) == GPIO_PIN_SEC) || \
442 … (((__ATTR__) & ~(GPIO_PIN_SEC|GPIO_PIN_NSEC|GPIO_PIN_PRIV|GPIO_PIN_NPRIV)) == 0U))
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_gpio.c807 if ((PinAttributes & GPIO_PIN_SEC) == GPIO_PIN_SEC) in HAL_GPIO_ConfigPinAttributes()
863 *pPinAttributes = GPIO_PIN_SEC; in HAL_GPIO_GetConfigPinAttributes()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_gpio.h174 #define GPIO_PIN_SEC (0x00000001U) /*!< Secure pin attribute */ macro
325 #define IS_GPIO_PIN_ATTRIBUTES(__ATTRIBUTES__) (((__ATTRIBUTES__) == GPIO_PIN_SEC) ||\
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_gpio.h174 #define GPIO_PIN_SEC (0x00000001U) /*!< Secure pin attribute */ macro
325 #define IS_GPIO_PIN_ATTRIBUTES(__ATTRIBUTES__) (((__ATTRIBUTES__) == GPIO_PIN_SEC) ||\
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_gpio.h162 #define GPIO_PIN_SEC (0x00000001U) /*!< Secure pin attribute */ macro
319 #define IS_GPIO_PIN_ATTRIBUTES(__ATTRIBUTES__) (((__ATTRIBUTES__) == GPIO_PIN_SEC) ||\
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_gpio.h160 #define GPIO_PIN_SEC (0x00000001U) /*!< Secure pin attribute */ macro
318 #define IS_GPIO_PIN_ATTRIBUTES(__ATTRIBUTES__) (((__ATTRIBUTES__) == GPIO_PIN_SEC) ||\
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_gpio.c605 *pPinAttributes = GPIO_PIN_SEC; in HAL_GPIO_GetConfigPinAttributes()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_gpio.c635 *pPinAttributes = GPIO_PIN_SEC; in HAL_GPIO_GetConfigPinAttributes()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_gpio.c720 *pPinAttributes = GPIO_PIN_SEC; in HAL_GPIO_GetConfigPinAttributes()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_gpio.c956 *pPinAttributes = GPIO_PIN_SEC; in HAL_GPIO_GetConfigPinAttributes()