Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_gpt/
Dr_gpt.c92 uint32_t write_protect_setting);
1132 uint32_t write_protect_setting) in r_gpt_write_protect_enable() argument
1135 p_instance_ctrl->p_reg->GTWP = write_protect_setting; in r_gpt_write_protect_enable()
1138 FSP_PARAMETER_NOT_USED(write_protect_setting); in r_gpt_write_protect_enable()
1150 uint32_t write_protect_setting = p_instance_ctrl->p_reg->GTWP; in r_gpt_write_protect_disable() local
1153 return write_protect_setting; in r_gpt_write_protect_disable()
/hal_renesas-latest/drivers/ra/fsp/src/r_gpt/
Dr_gpt.c108 uint32_t write_protect_setting);
1190 uint32_t write_protect_setting) in r_gpt_write_protect_enable() argument
1193 p_instance_ctrl->p_reg->GTWP = write_protect_setting; in r_gpt_write_protect_enable()
1196 FSP_PARAMETER_NOT_USED(write_protect_setting); in r_gpt_write_protect_enable()
1208 uint32_t write_protect_setting = p_instance_ctrl->p_reg->GTWP; in r_gpt_write_protect_disable() local
1211 return write_protect_setting; in r_gpt_write_protect_disable()