Prusa MINI Firmware overview
unwmemaccess.h
Go to the documentation of this file.
1 /***************************************************************************
2  * ARM Stack Unwinder, Michael.McTernan.2001@cs.bris.ac.uk
3  * Updated, adapted and several bug fixes on 2018 by Eduardo José Tagle
4  *
5  * This program is PUBLIC DOMAIN.
6  * This means that there is no copyright and anyone is able to take a copy
7  * for free and use it as they wish, with or without modifications, and in
8  * any context, commerically or otherwise. The only limitation is that I
9  * don't guarantee that the software is fit for any purpose or accept any
10  * liablity for it's use or misuse - this software is without warranty.
11  ***************************************************************************
12  * File Description: Utility functions to access memory
13  **************************************************************************/
14 
15 #pragma once
16 
17 #include "unwarm.h"
18 #include <stdint.h>
19 
20 bool UnwReadW(const uint32_t a, uint32_t *v);
21 bool UnwReadH(const uint32_t a, uint16_t *v);
22 bool UnwReadB(const uint32_t a, uint8_t *v);
unwarm.h
unwmemaccess.h
UnwReadH
bool UnwReadH(const uint32_t a, uint16_t *v)
createSpeedLookupTable.a
list a
Definition: createSpeedLookupTable.py:29
uint8_t
const uint8_t[]
Definition: 404_html.c:3
UnwReadW
bool UnwReadW(const uint32_t a, uint32_t *v)
UnwReadB
bool UnwReadB(const uint32_t a, uint8_t *v)