Zephyr Project API 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
flash_ra_ex_write_protect_in Struct Reference

Input parameters for FLASH_RA_EX_OP_WRITE_PROTECT operation. More...

#include <ra_flash_api_extensions.h>

Data Fields

flash_ra_cf_block_map protect_enable
 Bitmask of blocks to enable write protection for.
 
flash_ra_cf_block_map protect_disable
 Bitmask of blocks to disable write protection for.
 
flash_ra_cf_block_map protect_permanent
 Bitmask of blocks to permanently enable write protection for.
 

Detailed Description

Input parameters for FLASH_RA_EX_OP_WRITE_PROTECT operation.

Field Documentation

◆ protect_disable

flash_ra_cf_block_map flash_ra_ex_write_protect_in::protect_disable

Bitmask of blocks to disable write protection for.

◆ protect_enable

flash_ra_cf_block_map flash_ra_ex_write_protect_in::protect_enable

Bitmask of blocks to enable write protection for.

◆ protect_permanent

flash_ra_cf_block_map flash_ra_ex_write_protect_in::protect_permanent

Bitmask of blocks to permanently enable write protection for.


The documentation for this struct was generated from the following file: