libhd  5.0
Data Fields
hal_prop_s Struct Reference

HAL device properties. More...

#include <hd.h>

Data Fields

struct hal_prop_snext
 
hal_prop_type_t type
 
char * key
 
union {
   char *   str
 
   int32_t   int32
 
   uint64_t   uint64
 
   double   d
 
   int   b
 
   str_list_t *   list
 
val
 

Detailed Description

HAL device properties.

Field Documentation

◆ b

int hal_prop_s::b

◆ d

double hal_prop_s::d

◆ int32

int32_t hal_prop_s::int32

◆ key

char* hal_prop_s::key

◆ list

str_list_t* hal_prop_s::list

◆ next

struct hal_prop_s* hal_prop_s::next

◆ str

char* hal_prop_s::str

◆ type

hal_prop_type_t hal_prop_s::type

◆ uint64

uint64_t hal_prop_s::uint64

◆ val

union { ... } hal_prop_s::val

The documentation for this struct was generated from the following file: