105 *(
volatile uint32_t*)0x40013540 = (*(
volatile uint32_t*)0x10000324 & 0x00001F00) >> 8;
Class that enables you to get events when a the voltage on an AIN pin goes over or below a given thre...
Definition: cs_COMP.h:40
void start(CompEvent_t event)
Start the comparator.
void operator=(COMP const &)
void applyWorkarounds()
Apply work arounds that are suggested by Nordic.
Definition: cs_COMP.h:103
bool sample()
Sample the comparator.
void handleEventDecoupled(nrf_comp_event_t event)
Internal usage.
static COMP & getInstance()
Definition: cs_COMP.h:43
void handleEvent(nrf_comp_event_t event)
Internal usage.
void init(uint8_t ainPin, float thresholdDown, float thresholdUp, comp_event_cb_t callback)
The COMP unit gets initialized by indicating a pin.
comp_event_cb_t _callback
Definition: cs_COMP.h:109
void(* comp_event_cb_t)(CompEvent_t event)
Define comp_event_cb_t to be a void function with a CompEvent_t parameter as single argument.
Definition: cs_COMP.h:33
CompEvent_t
Compare events, also used for configuration.
Definition: cs_COMP.h:18
@ COMP_EVENT_BOTH
Definition: cs_COMP.h:26
@ COMP_EVENT_DOWN
Definition: cs_COMP.h:22
@ COMP_EVENT_UP
Definition: cs_COMP.h:20
@ COMP_EVENT_CROSS
Definition: cs_COMP.h:24