Microchip® Advanced Software Framework

parc_config Struct Reference

PARC configuration structure.

Note
This structure should be initialized by the parc_get_config_defaults() function before being further modified by the user application.

#include <parc.h>

Data Fields

enum parc_capture_mode capture_mode
 Capture mode. More...
 
enum parc_data_size dsize
 Data size. More...
 
enum parc_sampling_edge sampling_edge
 Sampling edge select. More...
 
enum parc_smode smode
 Sampling mode. More...
 

enum parc_capture_mode parc_config::capture_mode

Capture mode.

Referenced by main(), parc_get_config_defaults(), and parc_set_config().

enum parc_data_size parc_config::dsize

Data size.

Referenced by parc_get_config_defaults(), and parc_set_config().

enum parc_sampling_edge parc_config::sampling_edge

Sampling edge select.

Referenced by parc_get_config_defaults(), and parc_set_config().

enum parc_smode parc_config::smode

Sampling mode.

Referenced by main(), parc_get_config_defaults(), and parc_set_config().