nRF51 SDK - S120 SoftDevice
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
nrf_drv_qdec_event_t Struct Reference

QDEC event handler structure. More...

#include <nrf_drv_qdec.h>

Data Fields

nrf_qdec_event_t type
 
union {
   nrf_drv_qdec_sample_data_evt_t   sample
 
   nrf_drv_qdec_report_data_evt_t   report
 
data
 

Detailed Description

QDEC event handler structure.

Field Documentation

nrf_drv_qdec_report_data_evt_t nrf_drv_qdec_event_t::report

Report event data.

nrf_drv_qdec_sample_data_evt_t nrf_drv_qdec_event_t::sample

Sample event data.