Document API IEC60730 Library
lib
inc
sl_iec60730_variable_memory.h
Go to the documentation of this file.
1
/***************************************************************************/
18
#ifndef SL_IEC60730_VARIABLE_MEMORY_H
19
#define SL_IEC60730_VARIABLE_MEMORY_H
20
21
#ifdef __cplusplus
22
extern
"C"
{
23
#endif
/* __cplusplus */
24
25
#include "
sl_iec60730.h
"
26
#include SL_IEC60730_BOARD_HEADER
27
28
/**************************************************************************/
184
/**************************************************************************/
197
sl_iec60730_test_result_t
sl_iec60730_vmc_post
(
void
);
198
199
/**************************************************************************/
216
sl_iec60730_test_result_t
sl_iec60730_vmc_bist
(
void
);
217
218
/**************************************************************************/
231
bool
sl_iec60730_vmc_pre_run_marchxc_step
(uint32_t *addr, uint32_t size);
232
233
/**************************************************************************/
242
void
sl_iec60730_vmc_post_run_marchxc_step
(uint32_t *addr, uint32_t size);
243
247
#ifdef __cplusplus
248
}
249
#endif
/* __cplusplus */
250
251
#endif
/* SL_IEC60730_VARIABLE_MEMORY_H */
sl_iec60730.h
Library definitions.
sl_iec60730_vmc_post
sl_iec60730_test_result_t sl_iec60730_vmc_post(void)
sl_iec60730_vmc_bist
sl_iec60730_test_result_t sl_iec60730_vmc_bist(void)
sl_iec60730_vmc_pre_run_marchxc_step
bool sl_iec60730_vmc_pre_run_marchxc_step(uint32_t *addr, uint32_t size)
This function is called before performing the RAM check. Depending on the RAM region will be checked ...
sl_iec60730_test_result_t
sl_iec60730_test_result_t
The result of a test.
Definition:
sl_iec60730.h:72
sl_iec60730_vmc_post_run_marchxc_step
void sl_iec60730_vmc_post_run_marchxc_step(uint32_t *addr, uint32_t size)
After testing the RAM, you can restore the previous work.
Generated by
1.8.17