RF24Ethernet - TCP/IP over RF24Network v2.2.0
TMRh20 - Pushing the practical limits of RF24 modules
Loading...
Searching...
No Matches
clock-arch.h File Reference
#include <stdint.h>
Include dependency graph for clock-arch.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CLOCK_CONF_SECOND   1000UL

Typedefs

typedef uint32_t clock_time_t

Functions

clock_time_t clock_time (void)
unsigned long clock_seconds (void)

Macro Definition Documentation

◆ CLOCK_CONF_SECOND

#define CLOCK_CONF_SECOND   1000UL

Definition at line 28 of file clock-arch.h.

Typedef Documentation

◆ clock_time_t

typedef uint32_t clock_time_t

Definition at line 25 of file clock-arch.h.

Function Documentation

◆ clock_time()

clock_time_t clock_time ( void )

Definition at line 26 of file clock-arch.c.

◆ clock_seconds()

unsigned long clock_seconds ( void )