Home
last modified time | relevance | path

Searched refs:bsp_reg_protect_t (Results 1 – 7 of 7) sorted by relevance

/hal_renesas-latest/zephyr/ra/portable/
Dbsp_security.h29 void R_BSP_RegisterProtectDisable (bsp_reg_protect_t regs_to_unprotect);
30 void R_BSP_RegisterProtectEnable (bsp_reg_protect_t regs_to_protect);
/hal_renesas-latest/drivers/rz/fsp/src/rzn/bsp/mcu/all/
Dbsp_mcu_api.h38 void R_BSP_RegisterProtectEnable(bsp_reg_protect_t regs_to_protect);
39 void R_BSP_RegisterProtectDisable(bsp_reg_protect_t regs_to_unprotect);
Dbsp_register_protection.c58 void R_BSP_RegisterProtectEnable (bsp_reg_protect_t regs_to_protect) in R_BSP_RegisterProtectEnable()
85 void R_BSP_RegisterProtectDisable (bsp_reg_protect_t regs_to_unprotect) in R_BSP_RegisterProtectDisable()
Dbsp_register_protection.h44 } bsp_reg_protect_t; typedef
/hal_renesas-latest/drivers/ra/fsp/src/bsp/mcu/all/
Dbsp_mcu_api.h47 void R_BSP_RegisterProtectEnable(bsp_reg_protect_t regs_to_protect);
48 void R_BSP_RegisterProtectDisable(bsp_reg_protect_t regs_to_unprotect);
Dbsp_register_protection.c55 BSP_SECTION_FLASH_GAP void R_BSP_RegisterProtectEnable (bsp_reg_protect_t regs_to_protect) in R_BSP_RegisterProtectEnable()
92 BSP_SECTION_FLASH_GAP void R_BSP_RegisterProtectDisable (bsp_reg_protect_t regs_to_unprotect) in R_BSP_RegisterProtectDisable()
Dbsp_register_protection.h42 } bsp_reg_protect_t; typedef