format Uint32 PER_GetPer (PerGetPer ** output_dt)
Input None
Output output_dt: Peripheral output address (NULL = could not be acquired)
Function value Execution state
constant
Description
PER_INT_ERR | Intback command could not be issued. |
PER_INT_OK | Intback command has been issued. |
| |
Function Performs an inteback command and obtains peripheral data. Be sure to follow the execution rules
Yes Before executing this function, instruct PER_Init () to acquire peripheral data and execute it at least once.
Now, . If the peripheral data acquisition is not instructed, NULL is output to the peripheral data address
.
Remarks Generally, please execute immediately after V-BLANK processing. Other interrupts are prohibited during SMPC interrupts.