Searched refs:r_gpt_write_protect_enable (Results 1 – 2 of 2) sorted by relevance
/hal_renesas-latest/drivers/ra/fsp/src/r_gpt/ |
D | r_gpt.c | 107 static inline void r_gpt_write_protect_enable(gpt_instance_ctrl_t * const p_instance_ctrl, 375 r_gpt_write_protect_enable(p_instance_ctrl, wp | GPT_PRV_GTWP_RESET_VALUE); in R_GPT_Enable() 404 r_gpt_write_protect_enable(p_instance_ctrl, wp | GPT_PRV_GTWP_RESET_VALUE); in R_GPT_Disable() 475 r_gpt_write_protect_enable(p_instance_ctrl, wp | GPT_PRV_GTWP_RESET_VALUE); in R_GPT_PeriodSet() 591 r_gpt_write_protect_enable(p_instance_ctrl, wp | GPT_PRV_GTWP_RESET_VALUE); in R_GPT_DutyCycleSet() 638 r_gpt_write_protect_enable(p_instance_ctrl, wp | GPT_PRV_GTWP_RESET_VALUE); in R_GPT_CompareMatchSet() 736 r_gpt_write_protect_enable(p_instance_ctrl, wp | GPT_PRV_GTWP_RESET_VALUE); in R_GPT_CounterSet() 773 r_gpt_write_protect_enable(p_instance_ctrl, wp | GPT_PRV_GTWP_RESET_VALUE); in R_GPT_OutputEnable() 810 r_gpt_write_protect_enable(p_instance_ctrl, wp | GPT_PRV_GTWP_RESET_VALUE); in R_GPT_OutputDisable() 838 r_gpt_write_protect_enable(p_instance_ctrl, wp | GPT_PRV_GTWP_RESET_VALUE); in R_GPT_AdcTriggerSet() [all …]
|
/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_gpt/ |
D | r_gpt.c | 91 static inline void r_gpt_write_protect_enable(gpt_instance_ctrl_t * const p_instance_ctrl, 344 r_gpt_write_protect_enable(p_instance_ctrl, wp | GPT_PRV_GTWP_RESET_VALUE); in R_GPT_Enable() 370 r_gpt_write_protect_enable(p_instance_ctrl, wp | GPT_PRV_GTWP_RESET_VALUE); in R_GPT_Disable() 438 r_gpt_write_protect_enable(p_instance_ctrl, wp | GPT_PRV_GTWP_RESET_VALUE); in R_GPT_PeriodSet() 573 r_gpt_write_protect_enable(p_instance_ctrl, wp | GPT_PRV_GTWP_RESET_VALUE); in R_GPT_DutyCycleSet() 672 r_gpt_write_protect_enable(p_instance_ctrl, wp | GPT_PRV_GTWP_RESET_VALUE); in R_GPT_CounterSet() 709 r_gpt_write_protect_enable(p_instance_ctrl, wp | GPT_PRV_GTWP_RESET_VALUE); in R_GPT_OutputEnable() 746 r_gpt_write_protect_enable(p_instance_ctrl, wp | GPT_PRV_GTWP_RESET_VALUE); in R_GPT_OutputDisable() 774 r_gpt_write_protect_enable(p_instance_ctrl, wp | GPT_PRV_GTWP_RESET_VALUE); in R_GPT_AdcTriggerSet() 883 r_gpt_write_protect_enable(p_instance_ctrl, wp | GPT_PRV_GTWP_RESET_VALUE); in R_GPT_PwmOutputDelaySet() [all …]
|