![]() |
SparkFun Optical Tracking Odometry Sensor
v1.0.2-11-gb69b326
Library for the SparkFun Optical Tracking Odometry Sensor
|
Self test register bit fields. More...
#include <sfDevOTOS.h>
Public Attributes | |
| struct { | |
| uint8_t start: 1 | |
| Write 1 to start the self test. More... | |
| uint8_t inProgress: 1 | |
| Returns 1 while the self test is in progress. More... | |
| uint8_t pass: 1 | |
| Returns 1 if the self test passed. More... | |
| uint8_t fail: 1 | |
| Returns 1 if the self test failed. More... | |
| uint8_t reserved: 4 | |
| Reserved bits, do not use. More... | |
| }; | |
| uint8_t | value |
| Raw register value. More... | |
Self test register bit fields.
| struct { ... } sfe_otos_self_test_config_t::@5 |
| uint8_t sfe_otos_self_test_config_t::fail |
Returns 1 if the self test failed.
| uint8_t sfe_otos_self_test_config_t::inProgress |
Returns 1 while the self test is in progress.
| uint8_t sfe_otos_self_test_config_t::pass |
Returns 1 if the self test passed.
| uint8_t sfe_otos_self_test_config_t::reserved |
Reserved bits, do not use.
| uint8_t sfe_otos_self_test_config_t::start |
Write 1 to start the self test.
| uint8_t sfe_otos_self_test_config_t::value |
Raw register value.