mikroSDK Reference Manual
analog_in_t Struct Reference

Analog input driver context structure, consisted of the following fields : More...

Data Fields

handle_t handle
 
analog_in_config_t config
 

Detailed Description

Analog input driver context structure. The contents of the context structure are used by the driver and must not be altered. Reading or writing data directly from a control structure by user should be avoided.

Example

// Analog input driver context structure.
static analog_in_t analog_in;

Field Documentation

◆ handle

handle_t analog_in_t::handle

Analog in handle.

◆ config

analog_in_config_t analog_in_t::config

Analog in configuration structure.

analog_in_t
Analog input driver context structure, consisted of the following fields :
Definition: drv_analog_in.h:126