Home
last modified time | relevance | path

Searched refs:GPT_PRV_GTWP_RESET_VALUE (Results 1 – 2 of 2) sorted by relevance

/hal_renesas-latest/drivers/ra/fsp/src/r_gpt/
Dr_gpt.c26 #define GPT_PRV_GTWP_RESET_VALUE (0xA500U) macro
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/
Dr_gpt.c23 #define GPT_PRV_GTWP_RESET_VALUE (0xA500U) macro
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()
850 R_GPT0->GTWP = GPT_PRV_GTWP_RESET_VALUE; in R_GPT_PwmOutputDelaySet()
[all …]