CryptoAuthLib v3.7.4
Microchip CryptoAuthentication Library
 
Loading...
Searching...
No Matches
hal_windows.c File Reference

ATCA Hardware abstraction layer for windows timer functions. More...

#include "atca_hal.h"
#include <windows.h>
#include <math.h>

Functions

void hal_delay_us (uint32_t delay)
 This function delays for a number of microseconds.
 
void hal_delay_ms (uint32_t delay)
 Timer API implemented at the HAL level.
 
ATCA_STATUS hal_create_mutex (void **ppMutex, const char *pName)
 Optional hal interfaces.
 
ATCA_STATUS hal_destroy_mutex (void *pMutex)
 
ATCA_STATUS hal_lock_mutex (void *pMutex)
 
ATCA_STATUS hal_unlock_mutex (void *pMutex)
 
ATCA_STATUS hal_check_pid (hal_pid_t pid)
 Check if the pid exists in the system.
 

Detailed Description

ATCA Hardware abstraction layer for windows timer functions.