TwiceAsNice  2019-02-18
Functions | Variables
dev_gpio.c File Reference
#include "hpdi32_api.h"
#include "gsc_version.h"
#include "dev_access.h"
#include "dev_reg.h"
Include dependency graph for dev_gpio.c:

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 []
 

Function Documentation

◆ hpdi32_gpio_mod()

U32 GSC_EXPORT hpdi32_gpio_mod ( void *  handle,
U8  value,
U8  mask 
)

◆ hpdi32_gpio_read()

U32 GSC_EXPORT hpdi32_gpio_read ( void *  handle,
U8 *  value 
)

◆ hpdi32_gpio_write()

U32 GSC_EXPORT hpdi32_gpio_write ( void *  handle,
U8  value 
)

Variable Documentation

◆ _gpio_list

const { ... } _gpio_list[]

◆ bcr_gpio

U32 bcr_gpio

◆ bcr_high

U32 bcr_high

◆ bcr_low

U32 bcr_low

◆ bcr_out

U32 bcr_out

◆ bsr

U32 bsr

◆ feature

U32 feature

◆ value

U8 value