Searched refs:CY_CSD_NONE_KEY (Results 1 – 2 of 2) sorted by relevance
80 if ((NULL == base) || (CY_CSD_NONE_KEY == key) || (NULL == config) || (NULL == context)) in Cy_CSD_Init()86 if(CY_CSD_NONE_KEY == context->lockKey) in Cy_CSD_Init()130 context->lockKey = CY_CSD_NONE_KEY; in Cy_CSD_DeInit()178 if ((NULL == base) || (CY_CSD_NONE_KEY == key) || (NULL == context)) in Cy_CSD_Capture()184 if(CY_CSD_NONE_KEY == context->lockKey) in Cy_CSD_Capture()228 if (key == CY_CSD_NONE_KEY) in Cy_CSD_Configure()
425 #define CY_CSD_CONTEXT_INIT_VALUE {.lockKey = CY_CSD_NONE_KEY}498 CY_CSD_NONE_KEY = 0U, enumerator