Home
last modified time | relevance | path

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

/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/osal/inc/
DphOsal_Posix.h296 void phOsal_SetMemory(void* pMem, uint8_t bVal, uint32_t dwSize);
298 #define phOsal_SetMemory(pMem, bVal, dwSize) \ argument
299 phOsal_SetMemorySTR(pMem, #pMem, bVal, dwSize, #dwSize)
301 void phOsal_SetMemoryREAL(void* pMem, uint8_t bVal, uint32_t dwSize);
302 void phOsal_SetMemorySTR(void* pMem, const int8_t* WhatMem, uint8_t bVal,