logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

BeagleResource - Description of a hardware resource.

Author

       Generated automatically by Doxygen for BEAGLE from the source code.

Version 3.1.2                                    Tue Oct 19 2021                               BeagleResource(3)

Detailed Description

       Description of a hardware resource.

Member Data Documentation

char*BeagleResource::description
       Description of resource as a NULL-terminated character string

   char*BeagleResource::name
       Name of resource as a NULL-terminated character string

   longBeagleResource::requiredFlags
       Bit-flags that identify resource type

   longBeagleResource::supportFlags
       Bit-flags of supported capabilities on resource

Name

       BeagleResource - Description of a hardware resource.

Synopsis

       #include <beagle.h>

   PublicAttributes
       char * name
       char * description
       long supportFlags
       long requiredFlags

See Also