|
HF Interface Wrapper 0.1.0-dev
Embedded C++ hardware abstraction layer
|
PIO channel status information. More...
#include <BasePio.h>
Public Attributes | |
| bool | is_initialized |
| Channel is initialized. | |
| bool | is_busy |
| Channel is currently busy. | |
| bool | is_transmitting |
| Channel is transmitting. | |
| bool | is_receiving |
| Channel is receiving. | |
| size_t | symbols_queued |
| Number of symbols in queue. | |
| size_t | symbols_processed |
| Number of symbols processed. | |
| hf_pio_err_t | last_error |
| Last error that occurred. | |
| hf_u32_t | timestamp_us |
| Timestamp of last operation. | |
PIO channel status information.
| bool hf_pio_channel_status_t::is_busy |
Channel is currently busy.
| bool hf_pio_channel_status_t::is_initialized |
Channel is initialized.
| bool hf_pio_channel_status_t::is_receiving |
Channel is receiving.
| bool hf_pio_channel_status_t::is_transmitting |
Channel is transmitting.
| hf_pio_err_t hf_pio_channel_status_t::last_error |
Last error that occurred.
| size_t hf_pio_channel_status_t::symbols_processed |
Number of symbols processed.
| size_t hf_pio_channel_status_t::symbols_queued |
Number of symbols in queue.
| hf_u32_t hf_pio_channel_status_t::timestamp_us |
Timestamp of last operation.