Home
last modified time | relevance | path

Searched defs:ver (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/components/srtm/include/
Dsrtm_message.h23 #define SRTM_MESSAGE_MAJOR_VERSION(ver) (((uint16_t)((ver)&0xFF00U)) >> 8U) argument
25 #define SRTM_MESSAGE_MINOR_VERSION(ver) ((uint16_t)((ver)&0xFFU)) argument
/hal_nxp-3.6.0/mcux/mcux-sdk/cmake/backports/
DFindPythonInterp.cmake54 set(ver "1.4") variable
/hal_nxp-3.6.0/mcux/mcux-sdk/components/video/camera/device/ov7725/
Dfsl_ov7725.c356 uint8_t pid = 0U, ver = 0U; in OV7725_Init() local