enum pin_type | |
{ | |
DUAL; | |
QUAD; | |
} |
struct bank_layout | |
{ | |
enum pin_type pins_type; | |
uint8_t pins_configurable; | |
} |
Called by: | GpioPinConfigGet() | nut/arch/m68k/coldfire/dev/mcf5225x/mcf5225x_gpio.c |
GpioPortConfigSet() | nut/arch/m68k/coldfire/dev/mcf5225x/mcf5225x_gpio.c |
Prototyped in: | nut/include/dev/gpio_def.h | |
Calls: | BankLayout() | nut/arch/m68k/coldfire/dev/mcf5225x/mcf5225x_gpio.c |
MCF_GPIO_DDR(), MCF_GPIO_PAR16(), MCF_GPIO_PAR8() | ||
Called by: | GpioPinConfigSet() | nut/arch/m68k/coldfire/dev/mcf5225x/mcf5225x_gpio.c |
Prototyped in: | nut/include/dev/gpio_def.h | |
Calls: | BankLayout() | nut/arch/m68k/coldfire/dev/mcf5225x/mcf5225x_gpio.c |
MCF_GPIO_DDR(), MCF_GPIO_PAR16(), MCF_GPIO_PAR8() | ||
Called by: | BoardInitExtram() | nut/arch/m68k/board/sm2_mu.c |
GpioPinConfigSet() | nut/arch/m68k/coldfire/dev/mcf5225x/mcf5225x_gpio.c |