Home
last modified time | relevance | path

Searched refs:SE_DATATRANSFER_STOP (Results 1 – 4 of 4) sorted by relevance

/hal_silabs-latest/simplicity_sdk/platform/emlib/src/
Dem_se.c190 while (next->next != (void*)SE_DATATRANSFER_STOP) { in SE_addDataInput()
224 while (next->next != (void*)SE_DATATRANSFER_STOP) { in SE_addDataOutput()
356 if (inDataDesc->next == (void*)SE_DATATRANSFER_STOP) { in SE_executeCommand()
739 ((uint32_t)outDataDesc->next & ~SE_DATATRANSFER_STOP); in SE_ackCommand()
/hal_silabs-latest/simplicity_sdk/platform/emlib/inc/
Dem_se.h105 #define SE_DATATRANSFER_STOP 0x00000001UL macro
139 (void*)SE_DATATRANSFER_STOP, /* This is the last block by default */ \
/hal_silabs-latest/gecko/emlib/src/
Dem_se.c191 while (next->next != (void*)SE_DATATRANSFER_STOP) { in SE_addDataInput()
225 while (next->next != (void*)SE_DATATRANSFER_STOP) { in SE_addDataOutput()
349 if (inDataDesc->next == (void*)SE_DATATRANSFER_STOP) { in SE_executeCommand()
732 ((uint32_t)outDataDesc->next & ~SE_DATATRANSFER_STOP); in SE_ackCommand()
/hal_silabs-latest/gecko/emlib/inc/
Dem_se.h100 #define SE_DATATRANSFER_STOP 0x00000001UL macro
138 (void*)SE_DATATRANSFER_STOP, /* This is the last block by default */ \