Return to previous page Return to menu Go to next page

  Title  
Function specifications
  Function  
Peripheral data acquisition
Function Name
PER_GetPer
No
15

 format  Uint32 PER_GetPer (PerGetPer ** output_dt)
 Input  None
 Output  output_dt: Peripheral output address (NULL = could not be acquired)
 Function value  Execution state 

  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. 

  Title  
Function specifications
  Function  
Get time
Function Name
PER_GET_TIM
No
16

 Format  Uint8 * PER_GET_TIM (void)
 Input  None
 Output  None
 Function value  Time data address
 Function  Acquires time data. Before executing this function, get peripheral data to PER_Init ().
Instruct   acquisition and execute at least once. 

  Title  
Function specifications
  Function  
Get system data
Function Name
PER_GET_SYS
No
17

 Format  PerGetSys * PER_GET_SYS (void)
 Input  None
 Output  None
 Function value  System data address (NULL = could not be acquired)
 Function  Acquires system data. Before executing this function, specify PER_Init () to acquire system data.
 Indicates , please execute at least once. Execute this function approximately 300μs after PER_Init () is executed.
 Yes  


Return to previous page Return to menu Go to next page