SNVU926 October 2024 LP5810
Table 2-166 lists the memory-mapped registers for the Flag registers. All register offset addresses not listed in Table 2-166 should be considered as reserved locations and the register contents should not be modified.
| Offset | Acronym | Register Name | Section |
|---|---|---|---|
| 300h | TSD_Config_Status | Configuration fault and TSD flags | Go |
| 301h | LOD_Status_0 | LOD flags of LED_0 to LED_3 | Go |
| 302h | LOD_Status_1 | Reserved | |
| 303h | LSD_Status_0 | LSD flags of LED_0 to LED_3 | Go |
| 304h | LSD_Status_1 | Reserved | |
| 305h | Auto_PWM_0 | PWM value in autonomous mode of LED_0 | Go |
| 306h | Auto_PWM_1 | PWM value in autonomous mode of LED_1 | Go |
| 307h | Auto_PWM_2 | PWM value in autonomous mode of LED_2 | Go |
| 308h | Auto_PWM_3 | PWM value in autonomous mode of LED_3 | Go |
| 315h | AEP_Status_0 | Autonomous engine pattern status of LED_0 and LED_1 | Go |
| 316h | AEP_Status_1 | Autonomous engine pattern status of LED_2 and LED_3 | Go |
Complex bit access types are encoded to fit into small table cells. Table 2-167 shows the codes that are used for access types in this section.
| Access Type | Code | Description |
|---|---|---|
| Read Type | ||
| R | R | Read |
| Reset or Default Value | ||
| -n | Value after reset or the default value | |
TSD_Config_Status is shown in Figure 2-139 and described in Table 2-168.
Return to the Summary Table.
| 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
| RESERVED | tsd_status | config_err_status | |||||
| R-0h | R-0h | R-0h | |||||
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 7-2 | RESERVED | R | 0h | Reserved |
| 1 | tsd_status | R | 0h | Boost/Linear TSD fault flag; 0h = Boost/Linear TSD are not detected; 1h = Boost/Linear TSD are detected |
| 0 | config_err_status | R | 0h | Configuration fault flag; 0h = LED_CONFIG and SCAN_ORDERx registers are properly set; 1h = LED_CONFIG and SCAN_ORDERx registers are improperly set |
LOD_Status_0 is shown in Figure 2-140 and described in Table 2-169.
Return to the Summary Table.
| 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
| RESERVED | lod_status_3 | lod_status_2 | lod_status_1 | lod_status_0 | |||
| R-0h | R-0h | R-0h | R-0h | R-0h | |||
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 7-4 | RESERVED | R | 0h | Reserved |
| 3 | lod_status_3 | R | 0h | LED_3 LOD status flag; 0h = LOD fault is not detected; 1h = LOD fault is detected |
| 2 | lod_status_2 | R | 0h | LED_2 LOD status flag; 0h = LOD fault is not detected; 1h = LOD fault is detected |
| 1 | lod_status_1 | R | 0h | LED_1 LOD status flag; 0h = LOD fault is not detected; 1h = LOD fault is detected |
| 0 | lod_status_0 | R | 0h | LED_0 LOD status flag; 0h = LOD fault is not detected; 1h = LOD fault is detected |
LOD_Status_1 is shown in Figure 2-141 and described in Table 2-170.
Return to the Summary Table.
| 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
| RESERVED | |||||||
| R-0h | |||||||
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 7-0 | RESERVED | R | 0h | Reserved |
LSD_Status_0 is shown in Figure 2-142 and described in Table 2-171.
Return to the Summary Table.
| 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
| RESERVED | lsd_status_3 | lsd_status_2 | lsd_status_1 | lsd_status_0 | |||
| R-0h | R-0h | R-0h | R-0h | R-0h | |||
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 7-4 | RESERVED | R | 0h | Reserved |
| 3 | lsd_status_3 | R | 0h | LED_3 LSD status flag; 0h = LSD fault is not detected; 1h = LSD fault is detected |
| 2 | lsd_status_2 | R | 0h | LED_2 LSD status flag; 0h = LSD fault is not detected; 1h = LSD fault is detected |
| 1 | lsd_status_1 | R | 0h | LED_1 LSD status flag; 0h = LSD fault is not detected; 1h = LSD fault is detected |
| 0 | lsd_status_0 | R | 0h | LED_0 LSD status flag; 0h = LSD fault is not detected; 1h = LSD fault is detected |
LSD_Status_1 is shown in Figure 2-143 and described in Table 2-172.
Return to the Summary Table.
| 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
| RESERVED | |||||||
| R-0h | |||||||
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 7-0 | RESERVED | R | 0h | Reserved |
Auto_PWM_0 is shown in Figure 2-144 and described in Table 2-173.
Return to the Summary Table.
| 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
| pwm_auto_0 | |||||||
| R-0h | |||||||
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 7-0 | pwm_auto_0 | R | 0h | PWM value in autonomous mode of LED_0, precise when pause the animation |
Auto_PWM_1 is shown in Figure 2-145 and described in Table 2-174.
Return to the Summary Table.
| 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
| pwm_auto_1 | |||||||
| R-0h | |||||||
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 7-0 | pwm_auto_1 | R | 0h | PWM value in autonomous mode of LED_1, precise when pause the animation |
Auto_PWM_2 is shown in Figure 2-146 and described in Table 2-175.
Return to the Summary Table.
| 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
| pwm_auto_2 | |||||||
| R-0h | |||||||
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 7-0 | pwm_auto_2 | R | 0h | PWM value in autonomous mode of LED_2, precise when pause the animation |
Auto_PWM_3 is shown in Figure 2-147 and described in Table 2-176.
Return to the Summary Table.
| 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
| pwm_auto_3 | |||||||
| R-0h | |||||||
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 7-0 | pwm_auto_3 | R | 0h | PWM value in autonomous mode of LED_3, precise when pause the animation |
AEP_Status_0 is shown in Figure 2-148 and described in Table 2-177.
Return to the Summary Table.
| 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
| RESERVED | aep_status_1 | aep_status_0 | |||||
| R-0h | R-7h | R-7h | |||||
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 7-6 | RESERVED | R | 0h | Reserved |
| 5-3 | aep_status_1 | R | 7h | Autonomous engine pattern status of LED_1; 0h = During APU1; 1h = During AEU1; 2h = During AEU2; 3h = During AEU3; 4h = During APU2; 5/6/7h = Error |
| 2-0 | aep_status_0 | R | 7h | Autonomous engine pattern status of LED_0; 0h = During APU1; 1h = During AEU1; 2h = During AEU2; 3h = During AEU3; 4h = During APU2; 5/6/7h = Error |
AEP_Status_1 is shown in Figure 2-149 and described in Table 2-178.
Return to the Summary Table.
| 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
| RESERVED | aep_status_3 | aep_status_2 | |||||
| R-0h | R-7h | R-7h | |||||
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 7-6 | RESERVED | R | 0h | Reserved |
| 5-3 | aep_status_3 | R | 7h | Autonomous engine pattern status of LED_3; 0h = During APU1; 1h = During AEU1; 2h = During AEU2; 3h = During AEU3; 4h = During APU2; 5/6/7h = Error |
| 2-0 | aep_status_2 | R | 7h | Autonomous engine pattern status of LED_2; 0h = During APU1; 1h = During AEU1; 2h = During AEU2; 3h = During AEU3; 4h = During APU2; 5/6/7h = Error |