Home
last modified time | relevance | path

Searched refs:PORT_MUX_GPIO (Results 1 – 14 of 14) sorted by relevance

/Zephyr-latest/soc/nxp/kinetis/ke1xf/
Dsoc.h14 #define PORT_MUX_GPIO kPORT_MuxAsGpio /* GPIO setting for the Port Mux Register */ macro
/Zephyr-latest/soc/nxp/kinetis/ke1xz/
Dsoc.h14 #define PORT_MUX_GPIO kPORT_MuxAsGpio /* GPIO setting for the Port Mux Register */ macro
/Zephyr-latest/soc/nxp/kinetis/k6x/
Dsoc.h26 #define PORT_MUX_GPIO kPORT_MuxAsGpio /* GPIO setting for the Port Mux Register */ macro
/Zephyr-latest/soc/nxp/mcx/mcxw/
Dsoc.h11 #define PORT_MUX_GPIO kPORT_MuxAsGpio macro
/Zephyr-latest/soc/nxp/kinetis/kl2x/
Dsoc.h15 #define PORT_MUX_GPIO kPORT_MuxAsGpio /* GPIO setting for the Port Mux Register */ macro
/Zephyr-latest/soc/nxp/mcx/mcxa/
Dsoc.h15 #define PORT_MUX_GPIO kPORT_MuxAlt0 /* GPIO setting for the Port Mux Register */ macro
/Zephyr-latest/soc/nxp/mcx/mcxc/
Dsoc.h15 #define PORT_MUX_GPIO kPORT_MuxAsGpio /* GPIO setting for the Port Mux Register */ macro
/Zephyr-latest/soc/nxp/kinetis/k2x/
Dsoc.h31 #define PORT_MUX_GPIO kPORT_MuxAsGpio /* GPIO setting for the Port Mux Register */ macro
/Zephyr-latest/soc/nxp/kinetis/k8x/
Dsoc.h32 #define PORT_MUX_GPIO kPORT_MuxAsGpio /* GPIO setting for the Port Mux Register */ macro
/Zephyr-latest/soc/nxp/kinetis/kv5x/
Dsoc.h32 #define PORT_MUX_GPIO kPORT_MuxAsGpio /* GPIO setting for the Port Mux Register */ macro
/Zephyr-latest/soc/nxp/kinetis/kwx/
Dsoc.h26 #define PORT_MUX_GPIO kPORT_MuxAsGpio /* GPIO setting for the Port Mux Register */ macro
/Zephyr-latest/soc/nxp/mcx/mcxn/
Dsoc.h15 #define PORT_MUX_GPIO kPORT_MuxAlt0 /* GPIO setting for the Port Mux Register */ macro
/Zephyr-latest/soc/nxp/s32/s32k1/
Dsoc.h37 #define PORT_MUX_GPIO kPORT_MuxAsGpio macro
/Zephyr-latest/drivers/gpio/
Dgpio_mcux.c82 pcr |= PORT_PCR_MUX(PORT_MUX_GPIO); in gpio_mcux_configure()