SyterKit 0.4.0.x
SyterKit is a bare-metal framework
Loading...
Searching...
No Matches
Functions
sys-rproc.c File Reference
#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>
Include dependency graph for sys-rproc.c:

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)
 

Function Documentation

◆ dump_e907_clock()

void dump_e907_clock ( void  )

◆ sunxi_e907_clock_init()

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.

Parameters
addrThe address used for clock initialization.

◆ sunxi_e907_clock_reset()

void sunxi_e907_clock_reset ( void  )

Reset the E907 clock.

This function resets the E907 clock to its default state, halting its operation temporarily.