Home
last modified time | relevance | path

Searched refs:GPIO_PIN_ATTR_SEC_MASK (Results 1 – 1 of 1) 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…
237 #define GPIO_PIN_NSEC (GPIO_PIN_ATTR_SEC_MASK | 0x00000000U) /*!< Non-secure pi…
357 #define GPIO_PIN_ATTR_SEC_MASK 0x100U macro