Home
last modified time | relevance | path

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

/third_party/NuttX/drivers/pipes/
Dpipe_common.h52 # undef CONFIG_DEV_PIPE_SIZE
54 # define CONFIG_DEV_PIPE_SIZE 0 macro
58 #ifndef CONFIG_DEV_PIPE_SIZE
59 # define CONFIG_DEV_PIPE_SIZE 1024 macro
Dpipe.c35 #if CONFIG_DEV_PIPE_SIZE > 0