changed low freq. clock source to IRC

Dependents:   BLE_ANCS_SDAPI_IRC

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

ble_sensorsim_cfg_t Struct Reference

ble_sensorsim_cfg_t Struct Reference
[Sensor Data Simulator]

Triangular waveform sensor simulator configuration. More...

#include <ble_sensorsim.h>

Data Fields

uint32_t min
 Minimum simulated value.
uint32_t max
 Maximum simulated value.
uint32_t incr
 Increment between each measurement.
bool start_at_max
 TRUE is measurement is to start at the maximum value, FALSE if it is to start at the minimum.

Detailed Description

Triangular waveform sensor simulator configuration.

Definition at line 31 of file ble_sensorsim.h.


Field Documentation

uint32_t incr

Increment between each measurement.

Definition at line 35 of file ble_sensorsim.h.

uint32_t max

Maximum simulated value.

Definition at line 34 of file ble_sensorsim.h.

uint32_t min

Minimum simulated value.

Definition at line 33 of file ble_sensorsim.h.

TRUE is measurement is to start at the maximum value, FALSE if it is to start at the minimum.

Definition at line 36 of file ble_sensorsim.h.