![]() |
libsigrokdecode unreleased development snapshot
sigrok protocol decoding library
|
#include <irmpsystem.h>
Collaboration diagram for IRMP_PACKED_STRUCT:Data Fields | |
| uint8_t | protocol |
| uint16_t | address |
| uint16_t | command |
| uint8_t | flags |
Definition at line 215 of file irmpsystem.h.
| uint16_t IRMP_PACKED_STRUCT::address |
Definition at line 218 of file irmpsystem.h.
Referenced by irmp_get_data(), and irmp_get_result_data().
| uint16_t IRMP_PACKED_STRUCT::command |
Definition at line 219 of file irmpsystem.h.
Referenced by irmp_get_data(), and irmp_get_result_data().
| uint8_t IRMP_PACKED_STRUCT::flags |
Definition at line 220 of file irmpsystem.h.
Referenced by irmp_get_data(), and irmp_get_result_data().
| uint8_t IRMP_PACKED_STRUCT::protocol |
Definition at line 217 of file irmpsystem.h.
Referenced by irmp_get_data(), and irmp_get_result_data().