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 @@ -75,3 +75,9 @@ Patch List:
75
75
Impacted files:
76
76
drivers/rz/fsp/src/rza/r_adc_c/r_adc_c.c
77
77
drivers/rz/fsp/inc/instances/rza/r_adc_c.h
78
+
79
+ * Rename g_adc_on_adc to g_adc_on_adc_c with _c suffix to match with ADC_C FSP driver and
80
+ make the Zephyr ADC driver generic
81
+ Impacted files:
82
+ drivers/rz/fsp/src/rzg/r_adc_c/r_adc_c.c
83
+ 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