File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -582,6 +582,8 @@ static inline void adc_ll_enable_func_clock(bool enable)
582
582
*/
583
583
static inline void adc_ll_reset_register (void )
584
584
{
585
+ PCR .saradc_conf .saradc_rst_en = 1 ;
586
+ PCR .saradc_conf .saradc_rst_en = 0 ;
585
587
PCR .saradc_conf .saradc_reg_rst_en = 1 ;
586
588
PCR .saradc_conf .saradc_reg_rst_en = 0 ;
587
589
}
Original file line number Diff line number Diff line change @@ -581,6 +581,8 @@ static inline void adc_ll_enable_func_clock(bool enable)
581
581
*/
582
582
static inline void adc_ll_reset_register (void )
583
583
{
584
+ PCR .saradc_conf .saradc_rst_en = 1 ;
585
+ PCR .saradc_conf .saradc_rst_en = 0 ;
584
586
PCR .saradc_conf .saradc_reg_rst_en = 1 ;
585
587
PCR .saradc_conf .saradc_reg_rst_en = 0 ;
586
588
}
Original file line number Diff line number Diff line change @@ -582,6 +582,8 @@ static inline void adc_ll_enable_func_clock(bool enable)
582
582
*/
583
583
static inline void adc_ll_reset_register (void )
584
584
{
585
+ PCR .saradc_conf .saradc_rst_en = 1 ;
586
+ PCR .saradc_conf .saradc_rst_en = 0 ;
585
587
PCR .saradc_conf .saradc_reg_rst_en = 1 ;
586
588
PCR .saradc_conf .saradc_reg_rst_en = 0 ;
587
589
}
You can’t perform that action at this time.
0 commit comments