Home
last modified time | relevance | path

Searched defs:GPIO (Results 1 – 25 of 27) sorted by relevance

12

/aosp_15_r20/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_pwr_ex.c408 HAL_StatusTypeDef HAL_PWREx_EnableGPIOPullUp(uint32_t GPIO, uint32_t GPIONumber) in HAL_PWREx_EnableGPIOPullUp()
488 HAL_StatusTypeDef HAL_PWREx_DisableGPIOPullUp(uint32_t GPIO, uint32_t GPIONumber) in HAL_PWREx_DisableGPIOPullUp()
562 HAL_StatusTypeDef HAL_PWREx_EnableGPIOPullDown(uint32_t GPIO, uint32_t GPIONumber) in HAL_PWREx_EnableGPIOPullDown()
642 HAL_StatusTypeDef HAL_PWREx_DisableGPIOPullDown(uint32_t GPIO, uint32_t GPIONumber) in HAL_PWREx_DisableGPIOPullDown()
/aosp_15_r20/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_pwr_ex.c408 HAL_StatusTypeDef HAL_PWREx_EnableGPIOPullUp(uint32_t GPIO, uint32_t GPIONumber) in HAL_PWREx_EnableGPIOPullUp()
488 HAL_StatusTypeDef HAL_PWREx_DisableGPIOPullUp(uint32_t GPIO, uint32_t GPIONumber) in HAL_PWREx_DisableGPIOPullUp()
562 HAL_StatusTypeDef HAL_PWREx_EnableGPIOPullDown(uint32_t GPIO, uint32_t GPIONumber) in HAL_PWREx_EnableGPIOPullDown()
642 HAL_StatusTypeDef HAL_PWREx_DisableGPIOPullDown(uint32_t GPIO, uint32_t GPIONumber) in HAL_PWREx_DisableGPIOPullDown()
/aosp_15_r20/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_pwr_ex.h771 #define IS_PWR_GPIO(GPIO) (((GPIO) == PWR_GPIO_A) ||\ argument
778 #define IS_PWR_GPIO(GPIO) (((GPIO) == PWR_GPIO_A) ||\ argument
783 #define IS_PWR_GPIO(GPIO) (((GPIO) == PWR_GPIO_A) ||\ argument
793 #define IS_PWR_GPIO(GPIO) (((GPIO) == PWR_GPIO_A) ||\ argument
/aosp_15_r20/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_pwr_ex.h771 #define IS_PWR_GPIO(GPIO) (((GPIO) == PWR_GPIO_A) ||\ argument
778 #define IS_PWR_GPIO(GPIO) (((GPIO) == PWR_GPIO_A) ||\ argument
783 #define IS_PWR_GPIO(GPIO) (((GPIO) == PWR_GPIO_A) ||\ argument
793 #define IS_PWR_GPIO(GPIO) (((GPIO) == PWR_GPIO_A) ||\ argument
/aosp_15_r20/external/coreboot/Documentation/acpi/
H A Dindex.md14 ## GPIO section in ACPI-specific documentation
/aosp_15_r20/external/coreboot/util/autoport/
H A Dgpio_common.go36 func GPIO(ctx Context, inteltool InteltoolData) { func
H A Dmain.go34 GPIO map[uint16]uint32 member
/aosp_15_r20/external/gsc-utils/include/
H A Dgpio_signal.h9 #define GPIO(name, pin, flags) GPIO_##name, macro
/aosp_15_r20/external/arm-trusted-firmware/include/dt-bindings/pinctrl/
H A Dstm32-pinfunc.h11 #define GPIO 0x0 macro
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/dt-bindings/pinctrl/
Dstm32-pinfunc.h11 #define GPIO 0x0 macro
/aosp_15_r20/external/coreboot/Documentation/lib/
H A Dfw_config.md53 ### GPIO subsection
/aosp_15_r20/external/coreboot/src/soc/nvidia/tegra/
H A Dgpio.h13 #define GPIO(name) ((gpio_t)(GPIO_##name##_INDEX | \ macro
/aosp_15_r20/external/coreboot/src/soc/qualcomm/common/include/soc/
H A Dgpio_common.h98 #define GPIO(num) ((gpio_t){.addr = GPIO##num##_ADDR}) macro
/aosp_15_r20/external/coreboot/src/soc/rockchip/common/include/soc/
H A Dgpio.h8 #define GPIO(p, b, i) ((gpio_t){.port = p, .bank = GPIO_##b, .idx = i}) macro
/aosp_15_r20/external/arm-trusted-firmware/include/plat/marvell/armada/a8k/common/
H A Darmada_common.h32 GPIO, enumerator
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/plat/marvell/armada/a8k/common/
Darmada_common.h32 GPIO, enumerator
/aosp_15_r20/external/coreboot/src/soc/mediatek/mt8195/include/soc/
H A Dgpio.h31 #define GPIO(name) ((gpio_t){ \ macro
/aosp_15_r20/external/coreboot/src/soc/qualcomm/qcs405/include/soc/
H A Dgpio.h91 #define GPIO(num) ((gpio_t){.addr = GPIO##num##_ADDR}) macro
/aosp_15_r20/external/coreboot/src/soc/mediatek/mt8183/include/soc/
H A Dgpio.h36 #define GPIO(name) ((gpio_t){ \ macro
/aosp_15_r20/external/coreboot/src/soc/mediatek/mt8173/include/soc/
H A Dgpio.h30 #define GPIO(name) ((gpio_t){.id = PAD_##name##_ID}) macro
/aosp_15_r20/external/coreboot/src/soc/mediatek/mt8188/include/soc/
H A Dgpio.h38 #define GPIO(name) ((gpio_t){ \ macro
/aosp_15_r20/external/coreboot/src/soc/mediatek/mt8186/include/soc/
H A Dgpio.h40 #define GPIO(name) ((gpio_t){ \ macro
/aosp_15_r20/external/coreboot/src/drivers/intel/mipi_camera/
H A Dchip.h85 GPIO enumerator
/aosp_15_r20/external/coreboot/src/soc/mediatek/mt8192/include/soc/
H A Dgpio.h31 #define GPIO(name) ((gpio_t){ \ macro
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-1B-Instruct/
H A Dtokenizer.json29846 "GPIO": 27434, number

12