chenlh
2025-09-18 ab07ada908b82340e7acd899e85a9802cf8a9057
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
** adi_initialize.c source file generated on ÆßÔ 17, 2025 at 13:44:17.
**
** Copyright (C) 2000-2025 Analog Devices Inc., All Rights Reserved.
**
** This file is generated automatically. You should not modify this source file,
** as your changes will be lost if this source file is re-generated.
*/
 
#include <sys/platform.h>
#include <services/int/adi_sec.h>
 
#include "adi_initialize.h"
 
 
int32_t adi_initComponents(void)
{
    int32_t result = 0;
 
    result = adi_sec_Init();
 
 
    return result;
}