Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
scmi_reset_domain_attr Struct Reference

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.

Detailed Description

SCMI Reset domain attributes.

Field Documentation

◆ is_async_sup

bool scmi_reset_domain_attr::is_async_sup

Asynchronous reset support.

◆ is_latency_valid

bool scmi_reset_domain_attr::is_latency_valid

Reset latency is valid.

◆ is_notifications_sup

bool scmi_reset_domain_attr::is_notifications_sup

Reset notifications support.

◆ latency

uint32_t scmi_reset_domain_attr::latency

Maximum time (in microseconds) required for the reset to take effect.

◆ name

char scmi_reset_domain_attr::name[SCMI_SHORT_NAME_MAX_SIZE]

Reset domain name.


The documentation for this struct was generated from the following file:
  • zephyr/drivers/firmware/scmi/reset.h