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

28 wiersze
795 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_hp.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 HP Instance */
extern const flash_instance_t g_flash0;
/** Access the Flash HP instance using these structures when calling API functions directly (::p_api is not used). */
extern flash_hp_instance_ctrl_t g_flash0_ctrl;
extern const flash_cfg_t g_flash0_cfg;
FSP_FOOTER
#endif /* HAL_DATA_H_ */