|
Zephyr Project API 4.4.99
A Scalable Open Source RTOS
|
@driver_ops{SYSCON} More...
#include <syscon.h>
Data Fields | |
| syscon_api_read_reg | read |
| @driver_ops_optional Read from syscon register. | |
| syscon_api_write_reg | write |
| @driver_ops_optional Write to syscon register. | |
| syscon_api_update_bits | update_bits |
| @driver_ops_optional Atomically update bits in a syscon register. | |
| syscon_api_get_base | get_base |
| @driver_ops_optional Get the syscon base address. | |
| syscon_api_get_size | get_size |
| @driver_ops_optional Get the size of the syscon register in bytes. | |
@driver_ops{SYSCON}
| syscon_api_get_base syscon_driver_api::get_base |
@driver_ops_optional Get the syscon base address.
| syscon_api_get_size syscon_driver_api::get_size |
@driver_ops_optional Get the size of the syscon register in bytes.
| syscon_api_read_reg syscon_driver_api::read |
@driver_ops_optional Read from syscon register.
| syscon_api_update_bits syscon_driver_api::update_bits |
@driver_ops_optional Atomically update bits in a syscon register.
| syscon_api_write_reg syscon_driver_api::write |
@driver_ops_optional Write to syscon register.