CE_TLR Криптосистема : список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 Unused Bits 31 : 15TYPE_FIELD Bits 14 : 8R/W 0x0 Algorithm type, the same with type field in description common control. Unused Bits 7 : 1TASK_LOAD Bit 0R/W 0x0 When setting, CE can load the descriptor of task if task FIFO is not full. Команда U-Boot для чтения регистра md 1904010 1md 1904810 1 Bit fields structuretypedef union ce_tlr { struct { unsigned task_load : 1; unsigned unused0 : 7; unsigned type_field : 7; unsigned unused1 : 17; } b; unsigned long w; } CE_TLR |