Zephyr Project API
4.3.0
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
ifx_cyw20829.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2025 Infineon Technologies AG,
3
* or an affiliate of Infineon Technologies AG.
4
*
5
* SPDX-License-Identifier: Apache-2.0
6
*/
7
8
#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_MISC_IFX_CYW20829_H_
9
#define ZEPHYR_INCLUDE_DT_BINDINGS_MISC_IFX_CYW20829_H_
10
11
#define SRAM0_SAHB_BASE 0x20000000
12
#define SRAM0_CBUS_BASE 0x04000000
13
#define BOOTSTRAP_SIZE DT_SIZE_K(16)
14
#define BOOTSTRAP_BASE_OFFSET (DT_SIZE_K(256) - BOOTSTRAP_SIZE)
15
#define BOOTSTRAP_SAHB_BASE (SRAM0_SAHB_BASE + BOOTSTRAP_BASE_OFFSET)
16
#define BOOTSTRAP_CBUS_BASE (SRAM0_CBUS_BASE + BOOTSTRAP_BASE_OFFSET)
17
#define SRAM0_SIZE (DT_SIZE_K(256) - BOOTSTRAP_SIZE)
18
19
#endif
/* ZEPHYR_INCLUDE_DT_BINDINGS_MISC_IFX_CYW20829_H_ */
include
zephyr
dt-bindings
misc
ifx_cyw20829.h
Generated on
for Zephyr Project API by
1.14.0