LibXenon
Bare-metal Xbox 360 homebrew library
|
#include <stdint.h>
Go to the source code of this file.
Functions | |
void | xenon_gpio_control (uint32_t reg, uint32_t clear, uint32_t set) |
void | xenon_gpio_set_oe (uint32_t clear, uint32_t set) |
void | xenon_gpio_set (uint32_t clear, uint32_t set) |
Definition at line 6 of file xenon_gpio.c.
Definition at line 20 of file xenon_gpio.c.
Definition at line 15 of file xenon_gpio.c.