ISSDK
1.8
IoT Sensing Software Development Kit
boardkit
evkb-imxrt1050
clock_config.h
Go to the documentation of this file.
1
/*
2
* Copyright 2017 NXP
3
* All rights reserved.
4
*
5
* SPDX-License-Identifier: BSD-3-Clause
6
*/
7
8
#ifndef _CLOCK_CONFIG_H_
9
#define _CLOCK_CONFIG_H_
10
11
/*******************************************************************************
12
* Definitions
13
******************************************************************************/
14
#define BOARD_XTAL0_CLK_HZ 24000000U
15
/*******************************************************************************
16
* API
17
******************************************************************************/
18
#if defined(__cplusplus)
19
extern
"C"
{
20
#endif
/* __cplusplus*/
21
22
void
BOARD_BootClockRUN
(
void
);
23
24
#if defined(__cplusplus)
25
}
26
#endif
/* __cplusplus*/
27
28
#endif
/* _CLOCK_CONFIG_H_ */
BOARD_BootClockRUN
void BOARD_BootClockRUN(void)
This function executes configuration of clocks.
Definition:
clock_config.c:168
© Copyright 2016-2020 NXP. All Rights Reserved.