Mistake on this page?
Report an issue in GitHub or email us
sl_eth_hw.h
Go to the documentation of this file.
1 /***************************************************************************//**
2  * @file sl_eth_hw.h
3  *******************************************************************************
4  * @section License
5  * <b>(C) Copyright 2018 Silicon Labs, http://www.silabs.com</b>
6  *******************************************************************************
7  *
8  * SPDX-License-Identifier: Apache-2.0
9  *
10  * Licensed under the Apache License, Version 2.0 (the "License"); you may
11  * not use this file except in compliance with the License.
12  * You may obtain a copy of the License at
13  *
14  * http://www.apache.org/licenses/LICENSE-2.0
15  *
16  * Unless required by applicable law or agreed to in writing, software
17  * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
18  * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19  * See the License for the specific language governing permissions and
20  * limitations under the License.
21  *
22  ******************************************************************************/
23 #ifndef SL_ETH_HW_H
24 #define SL_ETH_HW_H
25 
26 #if defined(__cplusplus)
27 extern "C" {
28 #endif
29 
30 /**
31  * Sets up hardware pins and configures internal clocks
32  */
33 void sl_eth_hw_init(void);
34 
35 /**
36  * Releases hardware pins and turns off internal clocks
37  */
38 void sl_eth_hw_deinit(void);
39 
40 #if defined(__cplusplus)
41 }
42 #endif
43 
44 #endif
void sl_eth_hw_init(void)
Sets up hardware pins and configures internal clocks.
void sl_eth_hw_deinit(void)
Releases hardware pins and turns off internal clocks.
Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.