45#if !defined(_RENESAS_RA_)
46#error No target specified or target not supported!
This file is part of the AFBR-S50 API.
int32_t status_t
Type used for all status and error return values.
Definition argus_status.h:70
static status_t status
Definition argus_xtalk_cal_cli.c:140
void start_measurements(void)
Starts measurements via the AFBR-S50 API.
Definition main.c:231
void handle_error(status_t status, char const *msg)
A very brief example for error handling.
Definition main.c:265
void stop_measurements(void)
Stops the currently ongoing measurements via the AFBR-S50 API.
Definition main.c:244