BEEP-8 SDK 1.0.0
Loading...
Searching...
No Matches
dwt.h
Go to the documentation of this file.
1
10#pragma once
11#include <b8/type.h>
12
13#define B8_DWT_ADDR (0xffff1000)
14#define B8_DWT_CTRL _B8_REG(B8_DWT_ADDR + 0x00)
15#define B8_DWT_CYCCNT _B8_REG(B8_DWT_ADDR + 0x04)