19#ifndef CRYPTOCELL_310_UTIL_H
20#define CRYPTOCELL_310_UTIL_H
27#define CHECK_POINTER_DMA_ACCESS(p) ((unsigned int)p >= 0x20000000 ? (unsigned int)p < 0x40000000 : 0)
void cryptocell_310_enable(void)
Enable CryptoCell module and IRQs.
void cryptocell_310_disable(void)
Disable CryptoCell module and IRQs.
void driver_cryptocell_310_setup(void)
Enables CryptoCell module, IRQs and crypto libraries on nrf52840.
void driver_cryptocell_310_terminate(void)
Finishes the use of the CryptoCell library.