Go to the source code of this file.
|
| enum | duds::hardware::devices::instruments::APDS9301_internal::CmdFlags { duds::hardware::devices::instruments::APDS9301_internal::Cmd = 0x80,
duds::hardware::devices::instruments::APDS9301_internal::ClearInt = 0x40,
duds::hardware::devices::instruments::APDS9301_internal::Word = 0x20,
duds::hardware::devices::instruments::APDS9301_internal::AddrMask = 0x0F
} |
| | The flags refered to as commands in the documentation. More...
|
| |
| enum | duds::hardware::devices::instruments::APDS9301_internal::ConfigFlags {
duds::hardware::devices::instruments::APDS9301_internal::HighGain = 0x10,
duds::hardware::devices::instruments::APDS9301_internal::Intgrate = 0x08,
duds::hardware::devices::instruments::APDS9301_internal::InegrateTimeManual = 3,
duds::hardware::devices::instruments::APDS9301_internal::InegrateTime402ms = 2,
duds::hardware::devices::instruments::APDS9301_internal::InegrateTime101ms = 1,
duds::hardware::devices::instruments::APDS9301_internal::InegrateTime13ms7 = 0
} |
| |
| enum | duds::hardware::devices::instruments::APDS9301_internal::Regs {
duds::hardware::devices::instruments::APDS9301_internal::RegControl,
duds::hardware::devices::instruments::APDS9301_internal::RegConfig,
duds::hardware::devices::instruments::APDS9301_internal::RegInt = 6,
duds::hardware::devices::instruments::APDS9301_internal::RegCh0 = 0xC,
duds::hardware::devices::instruments::APDS9301_internal::RegCh1 = 0xE
} |
| | The device's registers. More...
|
| |