Home
last modified time | relevance | path

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

/FreeRTOS-Plus/Source/Reliance-Edge/core/driver/
A Dimapextern.c43 static REDSTATUS ImapNodeBranch( uint32_t ulImapNode,
45 static bool ImapNodeIsBranched( uint32_t ulImapNode );
82 uint32_t ulImapNode = ulOffset / IMAPNODE_ENTRIES; in RedImapEBlockGet() local
94 if( !ImapNodeIsBranched( ulImapNode ) ) in RedImapEBlockGet()
146 ret = ImapNodeBranch( ulImapNode, &pImap ); in RedImapEBlockSet()
197 static REDSTATUS ImapNodeBranch( uint32_t ulImapNode, in ImapNodeBranch() argument
207 else if( ImapNodeIsBranched( ulImapNode ) ) in ImapNodeBranch()
227 RedBitSet( gpRedMR->abEntries, ulImapNode ); in ImapNodeBranch()
261 static bool ImapNodeIsBranched( uint32_t ulImapNode ) in ImapNodeIsBranched() argument
288 uint32_t ulImapNode ) in RedImapNodeBlock() argument
[all …]
/FreeRTOS-Plus/Source/Reliance-Edge/core/include/
A Dredcore.h154 uint32_t ulImapNode );

Completed in 9 milliseconds