Home
last modified time | relevance | path

Searched defs:GPIO_PIN_MASK (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/gsc-utils/chip/g/
H A Dconfig_chip.h60 #define GPIO_PIN_MASK(port, mask) (port), (mask) macro
/aosp_15_r20/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_gpio.h118 #define GPIO_PIN_MASK ((uint32_t)0x0000FFFF) /* PIN mask for assert test */ macro
/aosp_15_r20/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_gpio.h118 #define GPIO_PIN_MASK ((uint32_t)0x0000FFFF) /* PIN mask for assert test */ macro
/aosp_15_r20/device/google/contexthub/firmware/os/platform/stm32/inc/plat/
Dgpio.h55 #define GPIO_PIN_MASK 0xf macro