ARM functions for busy-wait delay loops. More...
#include "cycle_counter.h"
Go to the source code of this file.
Functions | |
OPTIMIZE_HIGH RAMFUNC void | portable_delay_cycles (unsigned long n) |
Delay loop to delay n number of cycles. More... | |
ARM functions for busy-wait delay loops.
Copyright (c) 2012-2018 Microchip Technology Inc. and its subsidiaries.
Definition in file cycle_counter.c.
OPTIMIZE_HIGH RAMFUNC void portable_delay_cycles | ( | unsigned long | n | ) |
Delay loop to delay n number of cycles.
n | Number of cycles |
Definition at line 42 of file cycle_counter.c.