CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
Loading...
Searching...
No Matches
SystemLock.cpp File Reference

Implementation of the SystemLock lockdown latch. More...

#include "cdc_core/SystemLock.h"
#include "cdc_log.h"
#include "esp_sleep.h"
#include "esp_system.h"
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"

Go to the source code of this file.

Namespaces

namespace  cdc
namespace  cdc::core

Variables

static const char * TAG = "SysLock"

Detailed Description

Implementation of the SystemLock lockdown latch.

Definition in file SystemLock.cpp.

Variable Documentation

◆ TAG

const char* TAG = "SysLock"
static

Definition at line 13 of file SystemLock.cpp.