|
COSA
An Object-Oriented Platform for Arduino Programming
|
#include <NRF24L01P.hh>

Public Member Functions | |
| observe_tx_t (uint8_t value) | |
Public Attributes | |
| uint8_t | as_byte |
| Byte representation of performance statistics. More... | |
| struct { | |
| uint8_t arc_cnt:4 | |
| Count retransmitted packets. More... | |
| uint8_t plos_cnt:4 | |
| Count lost packets. More... | |
| }; | |
Register OBSERVE_TX data type, performance statistics.
Definition at line 464 of file NRF24L01P.hh.
|
inline |
Construct transmitter performance statistics from register reading.
| [in] | value | register reading. |
Definition at line 476 of file NRF24L01P.hh.
| struct { ... } |
| uint8_t NRF24L01P::observe_tx_t::arc_cnt |
Count retransmitted packets.
Definition at line 467 of file NRF24L01P.hh.
| uint8_t NRF24L01P::observe_tx_t::as_byte |
Byte representation of performance statistics.
Definition at line 465 of file NRF24L01P.hh.
| uint8_t NRF24L01P::observe_tx_t::plos_cnt |
Count lost packets.
Definition at line 468 of file NRF24L01P.hh.