Searched refs:is_readable (Results 1 – 13 of 13) 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():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():
303 (readable, writeable) = (e.is_readable(), e.is_writeable())321 if not e.is_readable(blk_part=i):540 if not efuse.is_readable():567 if not efuse.is_readable():629 if efuse.is_readable():
111 def is_readable(self, blk_part=None): member in EfuseProtectBase145 if not self.is_readable():414 if not self.is_readable():
200 if not block.is_readable() or not block.is_writeable():
196 if not block.is_readable() or not block.is_writeable():
73 … checks them after reading back. To check read and write protection, ``is_readable()`` and ``is_wr…
265 if not block.is_readable() or not block.is_writeable():
295 blk1_rd_en = efuses["BLOCK1"].is_readable()