Home
last modified time | relevance | path

Searched refs:SMPH_FREE (Results 1 – 2 of 2) sorted by relevance

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dsmph.h89 #define SMPH_FREE 0x00000001 // MCU Semaphore has not been claimed macro
216 return (ui32SemaReg == SMPH_FREE); in SMPHTryAcquire()
276 HWREG(SMPH_BASE + SMPH_O_SMPH0 + 4 * ui32Semaphore) = SMPH_FREE; in SMPHRelease()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dsmph.h91 #define SMPH_FREE 0x00000001 // MCU Semaphore has not been claimed macro
218 return (ui32SemaReg == SMPH_FREE); in SMPHTryAcquire()
278 HWREG(SMPH_BASE + SMPH_O_SMPH0 + 4 * ui32Semaphore) = SMPH_FREE; in SMPHRelease()