nRF5 SDK v17.1.0
Data Fields
nrfx_qdec_event_t Struct Reference

QDEC event handler structure. More...

#include <nrfx_qdec.h>

Data Fields

nrf_qdec_event_t type
 
union {
   nrfx_qdec_sample_data_evt_t   sample
 
   nrfx_qdec_report_data_evt_t   report
 
data
 

Detailed Description

QDEC event handler structure.

Field Documentation

union { ... } nrfx_qdec_event_t::data

Union to store event data.

nrfx_qdec_report_data_evt_t nrfx_qdec_event_t::report

Report event data.

nrfx_qdec_sample_data_evt_t nrfx_qdec_event_t::sample

Sample event data.

nrf_qdec_event_t nrfx_qdec_event_t::type

Event type.


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

Documentation feedback | Developer Zone | Subscribe | Updated