Home
last modified time | relevance | path

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

/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/libraries/app_error/
Dapp_error.c85 {SDK_ERR_LIST_FULL, "List is full."},
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/sdk/
Dble_error.h70 #define SDK_ERR_LIST_FULL 0x000b /**< List is full. */ macro
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/libraries/app_timer/
Dapp_timer.c514 return SDK_ERR_LIST_FULL; in app_timer_create()