Searched refs:is_writeable (Results 1 – 18 of 18) sorted by relevance
27 if efuses["BLOCK_SYS_DATA2"].is_readable() or efuses["BLOCK_SYS_DATA2"].is_writeable():38 if not efuses["BLOCK_KEY0"].is_readable() or efuses["BLOCK_KEY0"].is_writeable():44 if efuses["KEY_PURPOSE_0"].is_writeable():54 if efuses["KEY_PURPOSE_1"].is_writeable():57 if not efuses["BLOCK_KEY1"].is_readable() or efuses["BLOCK_KEY1"].is_writeable():63 if efuses["BLOCK_KEY0"].is_readable() or efuses["BLOCK_KEY0"].is_writeable():
13 if not efuses["BLOCK_SYS_DATA2"].is_readable() or not efuses["BLOCK_SYS_DATA2"].is_writeable():23 if not efuses["BLOCK_KEY0"].is_readable() or not efuses["BLOCK_KEY0"].is_writeable():29 if not efuses["BLOCK_KEY1"].is_readable() or not efuses["BLOCK_KEY1"].is_writeable():
28 if not efuses["BLOCK1"].is_readable() or not efuses["BLOCK1"].is_writeable():35 if not efuses["BLOCK2"].is_readable() or efuses["BLOCK2"].is_writeable():49 if efuses["BLOCK1"].is_readable() or efuses["BLOCK1"].is_writeable():
10 if not efuses["BLOCK1"].is_readable() or not efuses["BLOCK1"].is_writeable():16 if not efuses["BLOCK2"].is_readable() or not efuses["BLOCK2"].is_writeable():
200 if not block.is_readable() or not block.is_writeable():203 if key_purpose_block.get() != "USER" or not key_purpose_block.is_writeable():348 if efuses[block.key_purpose_name].is_writeable():367 if efuses[block.key_purpose_name].is_writeable():
196 if not block.is_readable() or not block.is_writeable():199 if key_purpose_block.get() != "USER" or not key_purpose_block.is_writeable():344 if efuses[block.key_purpose_name].is_writeable():363 if efuses[block.key_purpose_name].is_writeable():
265 if not block.is_readable() or not block.is_writeable():268 if key_purpose_block.get() != "USER" or not key_purpose_block.is_writeable():407 if efuses[block.key_purpose_name].is_writeable():426 if efuses[block.key_purpose_name].is_writeable():
303 (readable, writeable) = (e.is_readable(), e.is_writeable())642 if not efuse.is_writeable():664 if efuse.is_writeable():769 wr = "writable" if field.is_writeable() else "not writable"775 wr = "writable" if blk.is_writeable() else "not writable"
122 if not self.parent["RD_DIS"].is_writeable():129 def is_writeable(self): member in EfuseProtectBase137 if not self.parent["WR_DIS"].is_writeable():150 if not self.is_writeable():
290 if efuses[block.key_purpose_name].is_writeable():309 if efuses[block.key_purpose_name].is_writeable():
281 if efuses[block.key_purpose_name].is_writeable():300 if efuses[block.key_purpose_name].is_writeable():
297 if efuses[block.key_purpose_name].is_writeable():316 if efuses[block.key_purpose_name].is_writeable():
294 if efuses[block.key_purpose_name].is_writeable():312 if efuses[block.key_purpose_name].is_writeable():
301 if efuses[block.key_purpose_name].is_writeable():320 if efuses[block.key_purpose_name].is_writeable():
73 …ding back. To check read and write protection, ``is_readable()`` and ``is_writeable()`` are called.