Home
last modified time | relevance | path

Searched refs:SX1502_REGDIR (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/sx1502/
Dfsl_sx1502.c193 result = SX1502_WriteRegister(handle, SX1502_REGDIR, sx1502Config->initRegDirValue); in SX1502_Init()
307 result = SX1502_ReadRegister(handle, SX1502_REGDIR, &dirValue); in SX1502_IO_SetDirection()
326 return SX1502_WriteRegister(handle, SX1502_REGDIR, dirValue); in SX1502_IO_SetDirection()
Dfsl_sx1502.h35 #define SX1502_REGDIR (0x01U) macro