DHWCtrl.ApspiSingleRecv
Send a single SPI programming instruction and receive one data
byte.
Properties
- Command code: 0xE053
- Command timeout: 100 ms
- Possible status codes: General status codes
Parameters (request frame)
Name | Type/Size | Description |
---|---|---|
CmdCode | Integer (8 bits) | command code of instruction. |
Address | Integer (16 bits) | target address of instruction. |
Returned values (response frame)
Name | Type/Size | Description |
---|---|---|
CmdData | Integer (8 bits) | data Byte received. |