Home
last modified time | relevance | path

Searched refs:inputUint (Results 1 - 1 of 1) sorted by relevance

/drivers/peripheral/audio/test/sample/
H A Didl_render.c111 uint32_t inputUint = 0; in CheckInputName() local
134 ret = scanf_s("%u", &inputUint); in CheckInputName()
135 if (inputUint > 0xFFFFFFFF) { in CheckInputName()
139 *(uint32_t *)val = inputUint; in CheckInputName()

Completed in 2 milliseconds