Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
syscon.h File Reference

Public SYSCON driver APIs. More...

#include <zephyr/types.h>
#include <device.h>

Go to the source code of this file.

Functions

uintptr_t syscon_get_base (void)
 Get the syscon base address. More...
 
int syscon_read_reg (uint16_t reg, uint32_t *val)
 Read from syscon register. More...
 
int syscon_write_reg (uint16_t reg, uint32_t val)
 Write to syscon register. More...
 

Detailed Description

Public SYSCON driver APIs.