pub fn domain_request(domain: Domain) -> Result<()>Expand description
Increment the reference count for a peripheral power domain.
On the first request (0 to 1), the domain hardware is powered on.
ยงErrors
Returns Error::InvalidParam if domain is out of range.