![]() |
![]() |
MSP430UltrasonicLibrary
02_20_00_15
|
#include <msp430.h>
#include <stdint.h>
#include <stdbool.h>
#include "ussSwLib.h"
#include "common/USSGenericRegDef.h"
#include "common/ussSwLibCommonSAPH.h"
#include "common/ussSwLibCommonSDHS.h"
#include "common/ussSwLibCommonInterrupts.h"
#include "common/ussSwLibCommonUSS.h"
Functions | |
USS_message_code | USS_testPPGconfiguration (USS_SW_Library_configuration *config, USS_test_channel pPGChannel) |
The following API will output current PPG configuration. PPG configuration is controlled via the following USS_Measurement_Configuration parameter: More... | |
USS_message_code | USS_testSDHSconversion (USS_SW_Library_configuration *config, USS_test_channel SDHSChannel, USS_capture_power_mode_option mode) |
The following trigger manual SDHS conversion with current SDHS configuration. SDHS configuration is controlled via the USS_Measurement_Configuration struct and . The API will perform the following operations: More... | |
USS_message_code | USS_startPPGToneGeneration (USS_SW_Library_configuration *config, USS_test_channel pPGChannel) |
The following API will the tone generation output in the SAPH module. Tone generation is controlled via the following USS_Measurement_Configuration parameter: More... | |
USS_message_code | USS_stopPPGToneGeneration (USS_SW_Library_configuration *config) |
The following API will stop the tone generation output in the SAPH module. More... | |