Hubo Library
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Public Member Functions | Data Fields
BCM2835::BCM2835_Config Class Reference

Use to configure BCM2835 specific parameters. More...

#include <hubocfg.h>

Public Member Functions

 BCM2835_Config ()
 

Data Fields

bool m_bUseMutexProtection
 

Detailed Description

Use to configure BCM2835 specific parameters.

Parameters
m_bUseMutexProtectionIf set to true then all access to BCM2835 functions are protected by a mutex. This is also the default value when starting up the library. However, when the internal mutex is bypassed then read and write operations to the GPIO's more than double.
See also
See BCM2835 GPIO support and the demo GPIOInputOutput.cpp for more information.

Definition at line 81 of file hubocfg.h.

Constructor & Destructor Documentation

BCM2835::BCM2835_Config::BCM2835_Config ( )

Field Documentation

bool BCM2835::BCM2835_Config::m_bUseMutexProtection

Definition at line 86 of file hubocfg.h.


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