Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/sx1502/
Dfsl_sx1502.c17 static status_t SX1502_I2C_Send(void *handle,
57 static status_t SX1502_I2C_Send(void *handle, in SX1502_I2C_Send() function
107 return SX1502_I2C_Send(handle->i2cHandle, handle->slaveAddress, reg, 1U, (uint8_t *)&value, 1U); in SX1502_WriteRegister()