CryptoAuthLib
Microchip CryptoAuthentication Library
hal_pic32mx695f512h_timer.c File Reference

ATCA Hardware abstraction layer for PIC32MX695F512H timer/delay routine. More...

#include <plib.h>
#include "hal/atca_hal.h"

Macros

#define CPU_CLOCK   (80000000UL)
 
#define us_SCALE   ((CPU_CLOCK / 2) / 1000000)
 

Functions

void delay_us (UINT32 delay)
 
void atca_delay_us (uint32_t delay)
 Timer API implemented at the HAL level. More...
 
void atca_delay_10us (uint32_t delay)
 This function delays for a number of tens of microseconds. More...
 
void atca_delay_ms (uint32_t delay)
 This function delays for a number of milliseconds. More...
 

Detailed Description

ATCA Hardware abstraction layer for PIC32MX695F512H timer/delay routine.