nrf9160

Phases INIT(0), OFF(2), and PWROFF(3)

Phases INIT(0), OFF(2), and PWROFF(3) are introduced here.

The syntax of each phase is the same except for the phase# parameter:

INIT (0)
%XMIPIRFFECTRL=<dev_id>,0,<n>,<address_0>,<data_0>,…,<address_n-1>,<data_n-1>
OFF (2)
%XMIPIRFFECTRL=<dev_id>,2,<n>,<address_0>,<data_0>,…,<address_n-1>,<data_n-1>   
PWROFF (3)
%XMIPIRFFECTRL=<dev_id>,3,<n>,<address_0>,<data_0>,…,<address_n-1>,<data_n-1>

The parameters and their defined values are the following:

<n>
The number of address or data pairs. Valid values are 0, 1, 2, 3, 4. If the value is 0, all the following fields must be omitted.
<address_x>
The 8-bit address of the internal register in MIPI RF Front-End Control Interface (RFFE) device. x = 0, ..., n−1.
<data_x>
The 8-bit data to be written to <address_x>. x = 0, ..., n−1.

For command examples, see nRF9160 Hardware Verification Guidelines.