CryptoAuthLib
Microchip CryptoAuthentication Library
|
ATCA Hardware abstraction layer for PIC32MZ2048. More...
#include <stdint.h>
Macros | |
#define | GetSystemClock() (200000000UL)/* Fcy = 200MHz */ |
#define | us_SCALE (GetSystemClock() / 2000000) |
Functions | |
void | delay_us (uint32_t 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... | |
ATCA Hardware abstraction layer for PIC32MZ2048.