Renesas PTX1xxR IoT-Reader API Version 7.3.1
Renesas Software Stack for IoT-Reader Applications
ptxNSC_uCODE.h
1
2/* ---------------------------------------------------------------
3 SOFTWARE LICENSE AGREEMENT
4
5 Copyright (c) 2026, Renesas Electronics Corporation and/or its affiliates
6
7
8 By installing, copying, downloading, accessing, or otherwise using this software
9 or any part thereof and the related documentation from Renesas Electronics Corporation
10 and/or its affiliates ("Renesas"), You, either individually or on behalf of an entity
11 employing or engaging You, agree to be bound by this Software License Agreement.
12 If you do not agree or no longer agree, you are not permitted to use this software or
13 related documentation.
14
15 Redistribution and use in source and binary forms, with or without modification,
16 are permitted provided that the following conditions are met:
17
18 1. Redistributions of source code must retain the above copyright notice, this
19 list of conditions and the following disclaimer.
20
21 2. Redistributions in binary form, except as embedded into a Renesas
22 integrated circuit in a product or a software update for
23 such product, must reproduce the above copyright notice, this list of
24 conditions and the following disclaimer in the documentation and/or other
25 materials provided with the distribution.
26
27 3. Neither the name of Renesas nor the names of its
28 contributors may be used to endorse or promote products derived from this
29 software without specific prior written permission.
30
31 4. This software, with or without modification, must only be used with a
32 Renesas integrated circuit, or other such integrated circuit permitted by Renesas in writing.
33
34 5. Any software provided in binary form under this license must not be reverse
35 engineered, decompiled, modified and/or disassembled.
36
37 THIS SOFTWARE IS PROVIDED BY RENESAS "AS IS" AND ANY EXPRESS
38 OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
39 OF MERCHANTABILITY, NONINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE ARE
40 DISCLAIMED. IN NO EVENT SHALL RENESAS OR CONTRIBUTORS BE
41 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
42 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
43 GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
44 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
45 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
46 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
47 ---------------------------------------------------------------
48 */
49/*
50 * File Auto-Generated (not modified)
51 */
52
53#ifndef ptxNSC_uCODE_H_
54#define ptxNSC_uCODE_H_
55
56#include <stdint.h>
57
58#include <stddef.h>
59
60extern const uint32_t ptxNSC_uCODE_SRC_REV;
61extern const uint32_t ptxNSC_uCODE_ASM_REV;
62
63#define NUM_OF_SECTIONS 2
64
65extern const size_t ptxNSC_uCODE_init_adds [NUM_OF_SECTIONS] ;
66
67#define SIZE_OF_SECTION_0 2
68
69extern const uint8_t ptxNSC_uCODE_section_0 [SIZE_OF_SECTION_0];
70#define SIZE_OF_SECTION_1 16376
71
72extern const uint8_t ptxNSC_uCODE_section_1 [SIZE_OF_SECTION_1];
73extern const uint8_t *ptxNSC_uCODE_sections [NUM_OF_SECTIONS];
74extern const size_t ptxNSC_uCODE_sections_size [NUM_OF_SECTIONS];
75
76#endif /*Guard*/