nrfx 4.5.0
Loading...
Searching...
No Matches
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]

union { ... } nrfx_qdec_event_t::data

Union to store event data.

◆ report

nrfx_qdec_report_data_evt_t nrfx_qdec_event_t::report

Report event data.

◆ sample

nrfx_qdec_sample_data_evt_t nrfx_qdec_event_t::sample

Sample event data.

◆ type

nrf_qdec_event_t nrfx_qdec_event_t::type

Event type.


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