Home
last modified time | relevance | path

Searched defs:pdap (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.5.0/imx/drivers/
Drdc_semaphore.c41 static RDC_SEMAPHORE_Type *RDC_SEMAPHORE_GetGate(uint32_t *pdap) in RDC_SEMAPHORE_GetGate()
62 rdc_semaphore_status_t RDC_SEMAPHORE_TryLock(uint32_t pdap) in RDC_SEMAPHORE_TryLock()
83 void RDC_SEMAPHORE_Lock(uint32_t pdap) in RDC_SEMAPHORE_Lock()
104 void RDC_SEMAPHORE_Unlock(uint32_t pdap) in RDC_SEMAPHORE_Unlock()
120 uint32_t RDC_SEMAPHORE_GetLockDomainID(uint32_t pdap) in RDC_SEMAPHORE_GetLockDomainID()
136 uint32_t RDC_SEMAPHORE_GetLockMaster(uint32_t pdap) in RDC_SEMAPHORE_GetLockMaster()
155 void RDC_SEMAPHORE_Reset(uint32_t pdap) in RDC_SEMAPHORE_Reset()
Drdc.h164 static inline void RDC_SetPdapAccess(RDC_Type * base, uint32_t pdap, uint8_t perm, bool sreq, bool … in RDC_SetPdapAccess()
176 static inline uint8_t RDC_GetPdapAccess(RDC_Type * base, uint32_t pdap) in RDC_GetPdapAccess()
190 static inline bool RDC_IsPdapSemaphoreRequired(RDC_Type * base, uint32_t pdap) in RDC_IsPdapSemaphoreRequired()