Renesas M3T-MR100 Instrukcja Użytkownika Strona 295

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 304
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 294
- 281 -
----Formats related to Variable-size Memory pool----
typedef struct t_rmpl {
ID wtskid; /* ID number of task at the top of memory acquisition waiting queue
*/
SIZE fmplsz; /* Total size of free areas */
UINT fblksz; /* Maximum memory block size that can be acquired immediately */
} T_RMPL;
----Formats related to cyclic handler----
typedef struct t_rcyc {
STAT cycstat; /* Operating status of cyclic handler */
RELTIM lefttim; /* Remaining time before cyclic handler starts */
} T_RCYC;
----Formats related to alarm handler----
typedef struct t_ralm {
STAT almstat; /* Operating status of alarm handler */
RELTIM lefttim; /* Remaining time before alarm handler starts */
} T_RALM;
----Formats related to system management----
typedef struct t_rver {
UH maker; /* Maker */
UH prid; /* Type number */
UH spver; /* Specification version */
UH prver; /* Product version */
UH prno[4]; /* Product management information */
} T_RVER;
Przeglądanie stron 294
1 2 ... 290 291 292 293 294 295 296 297 298 299 300 ... 303 304

Komentarze do niniejszej Instrukcji

Brak uwag