|
PixelKey
NeoPixel USB Key
|
#include <stdint.h>#include <stdbool.h>#include "hal_data.h"#include "helper_macros.h"Go to the source code of this file.
Data Structures | |
| struct | diag_timing_data_t |
| struct | diag_t |
Enumerations | |
| enum | diag_signal_t { DIAG_SIGNAL_NONE , DIAG_SIGNAL_RENDER_UNDERFLOW = (UINT32_C(1) << 0 ) , DIAG_SIGNAL_NPDATA_OVERFLOW = (UINT32_C(1) << 1 ) , DIAG_SIGNAL_USB_ERROR = (UINT32_C(1) << 2 ) , DIAG_SIGNAL_RENDER_ERROR = (UINT32_C(1) << 3 ) } |
| Diagnostic signals. More... | |
| enum | diag_counter_t { DIAG_COUNTER_USB_READ_ERROR , DIAG_COUNTER_USB_WRITE_ERROR , DIAG_COUNTER_USB_OPERATION_ERROR , DIAG_COUNTER_COUNT } |
| enum | diag_timing_t { DIAG_TIMING_FRAME_TX , DIAG_TIMING_FRAME_BLOCK_TX , DIAG_TIMING_FRAME_BLOCK_BUFFER , DIAG_TIMING_FRAME_RENDER , DIAG_TIMING_COUNT } |