This commit is contained in:
2025-12-24 17:21:08 +09:00
parent a96323de19
commit 96dc62d8dc
2302 changed files with 455822 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
/*
* Copyright (c) 2018 Renesas Electronics Corporation. All rights reserved.
*/
#ifndef SCIFDRV0_V3H_H
#define SCIFDRV0_V3H_H
int32_t PutCharSCIF0_v3h(char outChar);
void PowerOnScif0_v3h(void);
void WaitPutScif0_v3h_SendEnd(void);
void InitScif0_v3h_SCIFCLK(void);
#endif /* SCIFDRV0_V3H_H */