microwave6 2.1.0.0
|
API for configuring and manipulating Microwave 6 Click driver. More...
Topics | |
Microwave 6 Registers Settings | |
Settings for registers of Microwave 6 Click driver. | |
Microwave 6 MikroBUS Map | |
MikroBUS pin mapping of Microwave 6 Click driver. | |
Functions | |
void | microwave6_cfg_setup (microwave6_cfg_t *cfg) |
Microwave 6 configuration object setup function. | |
void | microwave6_drv_interface_selection (microwave6_cfg_t *cfg, microwave6_drv_t drv_sel) |
Microwave 6 driver interface setup function. | |
err_t | microwave6_init (microwave6_t *ctx, microwave6_cfg_t *cfg) |
Microwave 6 initialization function. | |
err_t | microwave6_read_raw_adc (microwave6_t *ctx, uint16_t *raw_adc) |
Microwave 6 read raw ADC value function. | |
err_t | microwave6_read_voltage (microwave6_t *ctx, float *voltage) |
Microwave 6 read voltage level function. | |
err_t | microwave6_set_vref (microwave6_t *ctx, float vref) |
Microwave 6 set vref function. | |
API for configuring and manipulating Microwave 6 Click driver.
Any initialization code needed for MCU to function properly. Do not remove this line or clock might not be set correctly.
void microwave6_cfg_setup | ( | microwave6_cfg_t * | cfg | ) |
Microwave 6 configuration object setup function.
This function initializes click configuration structure to initial values.
[out] | cfg | : Click configuration structure. See microwave6_cfg_t object definition for detailed explanation. |
void microwave6_drv_interface_selection | ( | microwave6_cfg_t * | cfg, |
microwave6_drv_t | drv_sel ) |
Microwave 6 driver interface setup function.
This function sets a serial driver interface which will be used further in the click driver.
[out] | cfg | : Click configuration structure. See microwave6_cfg_t object definition for detailed explanation. |
[in] | drv_sel | : Driver interface selection. See microwave6_drv_t object definition for detailed explanation. |
err_t microwave6_init | ( | microwave6_t * | ctx, |
microwave6_cfg_t * | cfg ) |
Microwave 6 initialization function.
This function initializes all necessary pins and peripherals used for this click board.
[out] | ctx | : Click context object. See microwave6_t object definition for detailed explanation. |
[in] | cfg | : Click configuration structure. See microwave6_cfg_t object definition for detailed explanation. |
0
- Success, -1
- Error. See #err_t definition for detailed explanation. err_t microwave6_read_raw_adc | ( | microwave6_t * | ctx, |
uint16_t * | raw_adc ) |
Microwave 6 read raw ADC value function.
This function reads raw ADC value.
[in] | ctx | : Click context object. See microwave6_t object definition for detailed explanation. |
[out] | raw_adc | : Output ADC result. |
0
- Success, -1
- Error. See #err_t definition for detailed explanation. err_t microwave6_read_voltage | ( | microwave6_t * | ctx, |
float * | voltage ) |
Microwave 6 read voltage level function.
This function reads raw ADC value and converts it to proportional voltage level.
[in] | ctx | : Click context object. See microwave6_t object definition for detailed explanation. |
[out] | voltage | : Output voltage level [V]. |
0
- Success, -1
- Error. See #err_t definition for detailed explanation. err_t microwave6_set_vref | ( | microwave6_t * | ctx, |
float | vref ) |
Microwave 6 set vref function.
This function sets the voltage reference for Microwave 6 click driver.
[in] | ctx | : Click context object. See microwave6_t object definition for detailed explanation. |
[in] | vref | : Reference voltage (volts). |
0
- Success, -1
- Error. See #err_t definition for detailed explanation.