SparkFun Optical Tracking Odometry Sensor  v1.0.2-11-gb69b326
Library for the SparkFun Optical Tracking Odometry Sensor
Loading...
Searching...
No Matches
sfe_otos_self_test_config_t Union Reference

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...
 

Detailed Description

Self test register bit fields.

Member Data Documentation

◆ 

struct { ... } sfe_otos_self_test_config_t::@5

◆ fail

uint8_t sfe_otos_self_test_config_t::fail

Returns 1 if the self test failed.

◆ inProgress

uint8_t sfe_otos_self_test_config_t::inProgress

Returns 1 while the self test is in progress.

◆ pass

uint8_t sfe_otos_self_test_config_t::pass

Returns 1 if the self test passed.

◆ reserved

uint8_t sfe_otos_self_test_config_t::reserved

Reserved bits, do not use.

◆ start

uint8_t sfe_otos_self_test_config_t::start

Write 1 to start the self test.

◆ value

uint8_t sfe_otos_self_test_config_t::value

Raw register value.


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