Home
last modified time | relevance | path

Searched refs:STATUS (Results 1 – 9 of 9) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/nrf24l01/
Dnrf24l01.cxx197 setRegister (STATUS, (1<<RX_DR)); in getData()
202 return getRegister (STATUS); in getStatus()
217 setRegister (STATUS, (1 << TX_DS) | (1 << MAX_RT)); in rxPowerUp()
340 setRegister (STATUS, 0x3E); // clear various flags in setBeaconingMode()
383 setRegister (STATUS, 0x6E); //clear flags in sendBeaconingMsg()
Dnrf24l01.h48 #define STATUS 0x07 macro
/hardware/bsp/intel/peripheral/libmraa/cmake/modules/
DFindFtd2xx.cmake62 message(STATUS "Found libftd2xx: ${LIBFTD2XX_LIBRARIES}")
DFindFtd4222.cmake63 message(STATUS "Found LIBFT4222: ${LIBFT4222_LIBRARIES}")
DCPackDeb.cmake98 MESSAGE(STATUS "Can not find dpkg in your path, default to i386.")
113 MESSAGE(STATUS "CPACK_DEBIAN_PACKAGE_DEPENDS not set, the package will have no dependencies.")
DGetGitRevisionDescription.cmake105 #message(STATUS "Arguments to execute_process: ${ARGN}")
/hardware/bsp/intel/peripheral/libupm/cmake/modules/
DCPackDeb.cmake98 MESSAGE(STATUS "Can not find dpkg in your path, default to i386.")
113 MESSAGE(STATUS "CPACK_DEBIAN_PACKAGE_DEPENDS not set, the package will have no dependencies.")
DGetGitRevisionDescription.cmake105 #message(STATUS "Arguments to execute_process: ${ARGN}")
/hardware/ti/omap4xxx/domx/mm_osal/src/
Dtimm_osal_pipes.c366 STATUS status = NU_SUCCESS; in TIMM_OSAL_ClearPipe()