Commit 048bdead authored by Lucas Russo's avatar Lucas Russo

libs/libbpmclient/*: add ISLA216P test mode function

parent eb8534bd
......@@ -391,6 +391,9 @@ bpm_client_err_e bpm_set_rst_div_adcs (bpm_client_t *self, char *service,
bpm_client_err_e bpm_get_rst_div_adcs (bpm_client_t *self, char *service,
uint32_t *rst_div_adcs);
bpm_client_err_e bpm_set_test_mode (bpm_client_t *self, char *service,
uint32_t test_mode);
/********************** ACQ SMIO Functions ********************/
/* Acquisition request */
......
......@@ -882,6 +882,13 @@ PARAM_FUNC_CLIENT_READ(rst_div_adcs)
rst_div_adcs);
}
/* ISLA216P Test modes */
PARAM_FUNC_CLIENT_WRITE(test_mode)
{
return param_client_write (self, service, FMC250M_4CH_OPCODE_TESTMODE,
test_mode);
}
/****************** ACQ SMIO Functions ****************/
#define MIN_WAIT_TIME 1 /* in ms */
#define MSECS 1000 /* in seconds */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment