micropython/ports/renesas-ra/fsp_cfg/r_sce_cfg.h
iabdalkader abd9bed667 renesas-ra/fsp_cfg: Add common FSP config files.
Add DAC, SCE and USB FSP config files.

Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
2023-09-14 23:51:30 +10:00

11 lines
404 B
C

/* generated configuration header file - do not edit */
#ifndef R_SCE_CFG_H_
#define R_SCE_CFG_H_
#define SCE_RSA_RETRY_COUNT_FOR_RSA_KEY_GENERATION 10240
#define SCE_USER_SHA_384_ENABLED (0)
#define SCE_USER_SHA_384_FUNCTION crypto_sha384_user_function
#ifndef SCE_USER_FAST_BOOT
#define SCE_USER_FAST_BOOT (0)
#endif
#endif /* R_SCE_CFG_H_ */