DL_RESET_CON (dl_reset_con_t) - informs the reset-initiating DLS user that the reset has completed.
The message consists of one M_PROTO message block containing the structure shown below.
typedef struct { t_uscalar_t dl_primitive; } dl_reset_con_t;
- dl_primitive
conveys DL_RESET_CON.
The message is valid in state DL_USER_RESET_PENDING.
The resulting state is DL_DATAXFER.
Contents | Next section | Index |