CE_ESR Криптосистема : список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 TASK_CHAN_3_ERR_TYPE Bits 31 : 24R/W1C 0x0 Task channel 3 error type (the same for other channels) TASK_CHAN_2_ERR_TYPE Bits 23 : 16R/W1C 0x0 Task channel 2 error type. TASK_CHAN_1_ERR_TYPE Bits 15 : 8R/W1C 0x0 Task channel 1 error type. TASK_CHAN_0_ERR_TYPE Bits 7 : 0R/W1C 0x0 Task channel 0 error type. Команда U-Boot для чтения регистра md 1904018 1md 1904818 1 Bit fields structuretypedef union ce_esr { struct { unsigned task_chan_0_err_type : 8; unsigned task_chan_1_err_type : 8; unsigned task_chan_2_err_type : 8; unsigned task_chan_3_err_type : 8; } b; unsigned long w; } CE_ESR |