APM:Libraries
Functions | Variables
stopwatch.c File Reference
#include <stm32f4xx.h>
#include <hal.h>
Include dependency graph for stopwatch.c:

Go to the source code of this file.

Functions

void stopwatch_init (void)
 
void stopwatch_delay_us (uint32_t us)
 

Variables

uint32_t us_ticks
 

Function Documentation

◆ stopwatch_delay_us()

void stopwatch_delay_us ( uint32_t  us)

Definition at line 25 of file stopwatch.c.

Here is the call graph for this function:

◆ stopwatch_init()

void stopwatch_init ( void  )

Definition at line 12 of file stopwatch.c.

Referenced by init().

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ us_ticks

uint32_t us_ticks