![]() |
no-OS
|
Go to the source code of this file.
Functions | |
| int32_t | pqm_init (struct pqm_desc **desc, struct pqm_init_para *param) |
| Initialize pqm descriptor. | |
| int32_t | pqm_remove (struct pqm_desc *desc) |
| Remove pqm descriptor. | |
| int32_t | update_pqm_channels (void *dev, uint32_t mask) |
| active pqm channels | |
| int32_t | close_pqm_channels (void *dev) |
| close all channels | |
| int | basic_pqm_firmware () |
| PQM example main execution. | |
| int basic_pqm_firmware | ( | ) |
PQM example main execution.
| int32_t close_pqm_channels | ( | void * | dev | ) |
close all channels
| dev | - physical instance of an pqm device |
| int32_t pqm_init | ( | struct pqm_desc ** | desc, |
| struct pqm_init_para * | param ) |
Initialize pqm descriptor.
| desc | Object descriptor |
| param | Initializing paramters |
| int32_t pqm_remove | ( | struct pqm_desc * | desc | ) |
Remove pqm descriptor.
| desc | Frees up memory space allocated for descriptor |
| int32_t update_pqm_channels | ( | void * | dev, |
| uint32_t | mask ) |
active pqm channels
| dev | - descriptor for the pqm |
| mask | - active channels mask |