4.5 RADIO_RegisterRead
Definition: This function is used to read a byte of data from the radio register.
Syntax
Uint8_t RADIO_RegisterRead(uint8_t reg)
Input Parameters
Parameters Name |
Parameter Type |
Description |
---|---|---|
reg | uint8_t | Register address to be read |
Return Type and Values
Parameters Name |
Parameter Type |
Description |
---|---|---|
Uint8_t | 8-bit unsigned integer | Value read from the radio register |
API Type - Synchronous