RTEMS 6.1-rc5
Loading...
Searching...
No Matches
Data Fields
_rdc_periph_access_config Struct Reference

Peripheral domain access permission configuration. More...

#include <fsl_rdc.h>

Data Fields

rdc_periph_t periph
 
bool lock
 
bool enableSema
 
uint16_t policy
 

Detailed Description

Peripheral domain access permission configuration.

Field Documentation

◆ enableSema

bool _rdc_periph_access_config::enableSema

Enable semaphore or not, when enabled, master should call RDC_SEMA42_Lock to lock the semaphore gate accordingly before access the peripheral.

◆ lock

bool _rdc_periph_access_config::lock

Lock the permission until reset.

◆ periph

rdc_periph_t _rdc_periph_access_config::periph

Peripheral name.

◆ policy

uint16_t _rdc_periph_access_config::policy

Access policy.


The documentation for this struct was generated from the following file: