Wirepas SDK
early_init.h
Go to the documentation of this file.
1
/* Copyright 2018 Wirepas Ltd. All Rights Reserved.
2
*
3
* See file LICENSE.txt for full license details.
4
*
5
*/
6
7
#ifndef EARLY_INIT_H_
8
#define EARLY_INIT_H_
9
14
void
early_init
(
void
);
15
23
void
first_boot
(
void
);
24
25
#endif //EARLY_INIT_H_
early_init
void early_init(void)
Function called early in the boot process. It can be used to configure I/Os just after power-up.
first_boot
void first_boot(void)
Function called on time before the flash is locked. It can be used to configure register that are not...