Searched refs:IS_DCMI_VSPOLARITY (Results 1 – 2 of 2) sorted by relevance
637 #define IS_DCMI_VSPOLARITY(POLARITY)(((POLARITY) == DCMI_VSPOLARITY_LOW) || \ macro
265 assert_param(IS_DCMI_VSPOLARITY(hdcmi->Init.VSPolarity)); in HAL_DCMI_Init()