micropython/ports/renesas-ra/boards/EK_RA4W1/ra_gen/hal_data.h

32 wiersze
859 B
C

/* generated HAL header file - do not edit */
#ifndef HAL_DATA_H_
#define HAL_DATA_H_
#include <stdint.h>
#include "common_data.h"
#include "r_lpm.h"
#include "r_lpm_api.h"
#include "r_flash_lp.h"
#include "r_flash_api.h"
FSP_HEADER
/** lpm Instance */
extern const lpm_instance_t g_lpm0;
/** Access the LPM instance using these structures when calling API functions directly (::p_api is not used). */
extern lpm_instance_ctrl_t g_lpm0_ctrl;
extern const lpm_cfg_t g_lpm0_cfg;
/* Flash on Flash LP Instance. */
extern const flash_instance_t g_flash0;
/** Access the Flash LP instance using these structures when calling API functions directly (::p_api is not used). */
extern flash_lp_instance_ctrl_t g_flash0_ctrl;
extern const flash_cfg_t g_flash0_cfg;
#ifndef NULL
void NULL(flash_callback_args_t *p_args);
#endif
FSP_FOOTER
#endif /* HAL_DATA_H_ */