![]() |
Doxygen Documentation |
|||||
Package: |
GAEM |
|||||
Version: |
V2-1-2 |
Marked: |
(not marked) |
|||
Constituent: |
gaem |
Tag: |
linux-gcc |
|||
#include <string.h>
#include "ga_p.h"
#include "gAEM_p.h"
#include "gACD_p.h"
Functions | |
| void | setAEMextAD (gaemHandle ga, unsigned short type, unsigned short addr, unsigned short func, unsigned short opcode, unsigned short value, aemExtAD *ad) |
| void | packPayloadACD (gaemHandle ga, cmdHeaderLATp ch, aemExtAD ad, unsigned int *payload) |
| Packs ch and ad into the 64-bit payload. | |
| int | __ACDcmd (gaemHandle ga, unsigned short type, unsigned short garcAddr, unsigned short funcBlock, unsigned short func, unsigned short funcOpcode, unsigned int value) |
| Generic routine for sending response-less commands to GARC. | |
| int | __ACDread (gaemHandle ga, unsigned short type, unsigned short garcAddr, unsigned short funcBlock, unsigned short func, unsigned short funcOpcode, unsigned int *value) |
| Generic routine for reading GARC/GAFE registers. | |
|
||||||||||||||||||||||||||||||||
|
Generic routine for sending response-less commands to GARC.
|
|
||||||||||||||||||||||||||||||||
|
Generic routine for reading GARC/GAFE registers.
|
|
||||||||||||||||||||
|
Packs ch and ad into the 64-bit payload.
The format of the bits goes as: 9 bit AEM command header + 1 start bit + 32 bit ext AD + 1 command parity bit |
|
||||||||||||||||||||||||||||||||
|
|
1.3.3