RADIO_RegisterWrite

Definition: This function is used to write a byte of data to the radio register

Syntax

void RADIO_RegisterWrite(uint8_t reg, uint8_t value)

Input Parameters

Parameter Names

Parameter Type

Description

reg

uint8_t

Register address to be written

value

uint8_t

Value to be written into the radio register

Return Type and Values

<void>

API Type - Synchronous