![]() |
Contiki-NG
|
Log functions for TSCH, meant for logging from interrupt during a timeslot operation. More...
#include "contiki.h"#include <stdio.h>#include <inttypes.h>#include "net/mac/tsch/tsch.h"#include "lib/ringbufindex.h"#include "sys/log.h"Go to the source code of this file.
Log functions for TSCH, meant for logging from interrupt during a timeslot operation.
Saves ASN, slot and link information and adds the log to a ringbuf for later printout.
Definition in file tsch-log.c.