| Contiki-Inga 3.x
    | 
Clock for STM32W.More...
#include "hal/error.h"#include "hal/hal.h"#include "dev/stm32w-systick.h"#include "sys/clock.h"#include "sys/etimer.h"#include "dev/button-sensor.h"#include "uart1.h"#include "dev/leds.h"#include "dev/stm32w-radio.h"#include "net/ip/uip-debug.h"Go to the source code of this file.
| Functions | |
| void | clock_init (void) | 
| Initialize the clock library.  More... | |
| clock_time_t | clock_time (void) | 
| Get the current clock time.  More... | |
| void | clock_delay (unsigned int i) | 
| Delay the CPU for a multiple of TODO.  More... | |
| void | clock_wait (clock_time_t i) | 
| Wait for a multiple of 1 ms.  More... | |
| unsigned long | clock_seconds (void) | 
| Get the current value of the platform seconds.  More... | |
Clock for STM32W.
Definition in file clock.c.
 1.8.3.1
 1.8.3.1