![]() |
SyterKit 0.4.0.x
SyterKit is a bare-metal framework
|
#include <io.h>#include <stdarg.h>#include <stdbool.h>#include <stddef.h>#include <stdint.h>#include <types.h>#include <log.h>#include <sys-clk.h>#include <sys-rproc.h>
Functions | |
| void | sunxi_e907_clock_init (uint32_t addr) |
| Initialize the E907 clock. | |
| void | sunxi_e907_clock_reset (void) |
| Reset the E907 clock. | |
| void | dump_e907_clock (void) |
| void dump_e907_clock | ( | void | ) |
| void sunxi_e907_clock_init | ( | uint32_t | addr | ) |
Initialize the E907 clock.
This function sets up the clock for the E907 module using the specified address for clock configuration.
| addr | The address used for clock initialization. |
| void sunxi_e907_clock_reset | ( | void | ) |
Reset the E907 clock.
This function resets the E907 clock to its default state, halting its operation temporarily.