|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
SCMI Reset domain attributes. More...
#include <zephyr/drivers/firmware/scmi/reset.h>
Data Fields | |
| uint32_t | latency |
| Maximum time (in microseconds) required for the reset to take effect. | |
| char | name [SCMI_SHORT_NAME_MAX_SIZE] |
| Reset domain name. | |
| bool | is_async_sup:1 |
| Asynchronous reset support. | |
| bool | is_notifications_sup:1 |
| Reset notifications support. | |
| bool | is_latency_valid:1 |
| Reset latency is valid. | |
SCMI Reset domain attributes.
| bool scmi_reset_domain_attr::is_async_sup |
Asynchronous reset support.
| bool scmi_reset_domain_attr::is_latency_valid |
Reset latency is valid.
| bool scmi_reset_domain_attr::is_notifications_sup |
Reset notifications support.
| uint32_t scmi_reset_domain_attr::latency |
Maximum time (in microseconds) required for the reset to take effect.
| char scmi_reset_domain_attr::name[SCMI_SHORT_NAME_MAX_SIZE] |
Reset domain name.