Appiko
Data Fields
out_gen_config_t Struct Reference

Configuration structure for output pattern generation. More...

#include <out_pattern_gen.h>

Data Fields

uint32_t num_transitions
 The number of transitions in this pattern.
 
uint32_t transitions_durations [OUT_GEN_MAX_TRANSITIONS]
 1 dimensional array containing the durations in terms of LFCLK frequency ticks for the transitions.
 
bool next_out [OUT_GEN_MAX_NUM_OUT][OUT_GEN_MAX_TRANSITIONS]
 A 2 dimensional boolean array containing the next digital output value for the various transitions across the initialized pins.
 
void(* done_handler )(uint32_t out_gen_state)
 A pointer to a handler called after a pattern is generated.
 
uint32_t out_gen_state
 State which is to be started with this configuration, passed as an argument with the done_handler.
 

Detailed Description

Definition at line 54 of file out_pattern_gen.h.


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