TwiceAsNice
2019-02-18
|
Functions | |
U32 GSC_EXPORT | hpdi32_gpio_mod (void *handle, U8 value, U8 mask) |
U32 GSC_EXPORT | hpdi32_gpio_read (void *handle, U8 *value) |
U32 GSC_EXPORT | hpdi32_gpio_write (void *handle, U8 value) |
Variables | |
struct { | |
U32 feature | |
U32 bcr_gpio | |
U32 bcr_out | |
U32 bcr_high | |
U32 bcr_low | |
U32 bsr | |
U8 value | |
} | _gpio_list [] |
U32 GSC_EXPORT hpdi32_gpio_mod | ( | void * | handle, |
U8 | value, | ||
U8 | mask | ||
) |
U32 GSC_EXPORT hpdi32_gpio_read | ( | void * | handle, |
U8 * | value | ||
) |
U32 GSC_EXPORT hpdi32_gpio_write | ( | void * | handle, |
U8 | value | ||
) |
const { ... } _gpio_list[] |
U32 bcr_gpio |
U32 bcr_high |
U32 bcr_low |
U32 bcr_out |
U32 bsr |
U32 feature |
U8 value |