no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
app_clock.h
Go to the documentation of this file.
1/***************************************************************************/
33#ifndef APP_CLOCK_H_
34#define APP_CLOCK_H_
35
36#include <stdint.h>
37#include "no_os_clk.h"
38#include "app_config.h"
39
40/* Application clocks initialization. */
41int32_t app_clock_init(struct no_os_clk dev_refclk[MULTIDEVICE_INSTANCE_COUNT]);
42
43/* Application clocks remove. */
44int32_t app_clock_remove(void);
45
46#endif
Application configuration.
#define MULTIDEVICE_INSTANCE_COUNT
Definition app_config.h:39
int32_t app_clock_init(struct no_os_clk dev_refclk[MULTIDEVICE_INSTANCE_COUNT])
Application clock setup.
Definition app_clock.c:60
int32_t app_clock_remove(void)
Application clocking remove.
Definition app_clock.c:362
Header file of Clock Driver.
Definition no_os_clk.h:58