File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -64,3 +64,9 @@ Patch List:
64
64
Impacted files:
65
65
drivers/rz/fsp/src/rza/r_adc_c/r_adc_c.c
66
66
drivers/rz/fsp/inc/instances/rza/r_adc_c.h
67
+
68
+ * Rename g_adc_on_adc to g_adc_on_adc_c with _c suffix to match with ADC_C FSP driver and
69
+ make the Zephyr ADC driver generic
70
+ Impacted files:
71
+ drivers/rz/fsp/src/rzg/r_adc_c/r_adc_c.c
72
+ drivers/rz/fsp/inc/instances/rzg/r_adc_c.h
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ typedef struct
179
179
180
180
/** @cond INC_HEADER_DEFS_SEC */
181
181
/** Interface Structure for user access */
182
- extern const adc_api_t g_adc_on_adc ;
182
+ extern const adc_api_t g_adc_on_adc_c ;
183
183
184
184
/** @endcond */
185
185
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ static int32_t r_adc_c_highest_channel_get(uint32_t adc_mask);
53
53
**********************************************************************************************************************/
54
54
55
55
/** ADC Implementation of ADC. */
56
- const adc_api_t g_adc_on_adc =
56
+ const adc_api_t g_adc_on_adc_c =
57
57
{
58
58
.open = R_ADC_C_Open ,
59
59
.scanCfg = R_ADC_C_ScanCfg ,
You can’t perform that action at this time.
0 commit comments