Lines Matching full:syscon
9 * @brief Public SYSCON driver APIs
16 * @brief SYSCON Interface
17 * @defgroup syscon_interface SYSCON Interface
32 * API template to get the base address of the syscon region.
53 * API template to get the size of the syscon register.
60 * @brief System Control (syscon) register driver API
70 * @brief Get the syscon base address
91 * @brief Read from syscon register
93 * This function reads from a specific register in the syscon area
97 * @param val The returned value read from the syscon register
116 * @brief Write to syscon register
118 * This function writes to a specific register in the syscon area
140 * Get the size of the syscon register in bytes.
163 #include <zephyr/syscalls/syscon.h>