The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

mbed 2

This is the mbed 2 library. If you'd like to learn about Mbed OS please see the mbed-os docs.

Committer:
AnnaBridge
Date:
Wed Feb 20 20:53:29 2019 +0000
Revision:
172:65be27845400
Parent:
171:3a7713b1edbc
mbed library release version 165

Who changed what in which revision?

UserRevisionLine numberNew contents of line
AnnaBridge 167:84c0a372a020 1 /******************************************************************************
AnnaBridge 167:84c0a372a020 2 * Copyright (c) 2017-2017, ARM, All Rights Reserved *
AnnaBridge 167:84c0a372a020 3 * SPDX-License-Identifier: Apache-2.0 *
AnnaBridge 167:84c0a372a020 4 * *
AnnaBridge 167:84c0a372a020 5 * Licensed under the Apache License, Version 2.0 (the "License"); *
AnnaBridge 167:84c0a372a020 6 * you may not use this file except in compliance with the License. *
AnnaBridge 167:84c0a372a020 7 * *
AnnaBridge 167:84c0a372a020 8 * You may obtain a copy of the License at *
AnnaBridge 167:84c0a372a020 9 * http://www.apache.org/licenses/LICENSE-2.0 *
AnnaBridge 167:84c0a372a020 10 * *
AnnaBridge 167:84c0a372a020 11 * Unless required by applicable law or agreed to in writing, software *
AnnaBridge 167:84c0a372a020 12 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT *
AnnaBridge 167:84c0a372a020 13 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. *
AnnaBridge 167:84c0a372a020 14 * *
AnnaBridge 167:84c0a372a020 15 * See the License for the specific language governing permissions and *
AnnaBridge 167:84c0a372a020 16 * limitations under the License. *
AnnaBridge 167:84c0a372a020 17 ******************************************************************************/
AnnaBridge 167:84c0a372a020 18 #ifndef _CC_CONFIG_TRNG90B_H
AnnaBridge 167:84c0a372a020 19 #define _CC_CONFIG_TRNG90B_H
AnnaBridge 167:84c0a372a020 20
AnnaBridge 167:84c0a372a020 21 /*
AnnaBridge 167:84c0a372a020 22 This file should be updated according to the characterization process.
AnnaBridge 167:84c0a372a020 23 */
AnnaBridge 167:84c0a372a020 24
AnnaBridge 167:84c0a372a020 25 /* sample count for each ring oscillator */
AnnaBridge 167:84c0a372a020 26 /* for unallowed rosc, sample count = 0 */
AnnaBridge 167:84c0a372a020 27 #define CC_CONFIG_SAMPLE_CNT_ROSC_1 200
AnnaBridge 167:84c0a372a020 28 #define CC_CONFIG_SAMPLE_CNT_ROSC_2 200
AnnaBridge 167:84c0a372a020 29 #define CC_CONFIG_SAMPLE_CNT_ROSC_3 300
AnnaBridge 167:84c0a372a020 30 #define CC_CONFIG_SAMPLE_CNT_ROSC_4 100
AnnaBridge 167:84c0a372a020 31
AnnaBridge 167:84c0a372a020 32 #endif
AnnaBridge 167:84c0a372a020 33