Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/flash/
Dflash_hp_ra_ex_op.c306 if ((request->protect_enable.BPS[0] & request->protect_disable.BPS[0]) || in flash_ra_ex_op_write_protect()
307 (request->protect_enable.BPS[1] & request->protect_disable.BPS[1]) || in flash_ra_ex_op_write_protect()
308 (request->protect_enable.BPS[2] & request->protect_disable.BPS[2]) || in flash_ra_ex_op_write_protect()
309 (request->protect_enable.BPS[3] & request->protect_disable.BPS[3])) { in flash_ra_ex_op_write_protect()
357 bps_ns.BPS[0] &= ~(request->protect_enable.BPS[0]); in flash_ra_block_protect_set()
358 bps_ns.BPS[1] &= ~(request->protect_enable.BPS[1]); in flash_ra_block_protect_set()
359 bps_ns.BPS[2] &= ~(request->protect_enable.BPS[2]); in flash_ra_block_protect_set()
360 bps_ns.BPS[3] &= ~(request->protect_enable.BPS[3]); in flash_ra_block_protect_set()
/Zephyr-latest/include/zephyr/drivers/flash/
Dra_flash_api_extensions.h135 flash_ra_cf_block_map protect_enable; member