最終更新:2018-05-24 (木) 16:55:25 (2164d)  

CyU3PDeviceInit
Top / CyU3PDeviceInit

This function initializes the device.

CyU3PReturnStatus_t CyU3PDeviceInit ( CyU3PSysClockConfig_t ∗ clkCfg )

概要

  • This function initializes the FX3 device by setting up the clocks for the CPU, DMA and register accesses; and theninitializing the Vectored Interrupt Controller (VIC).
  • This function also restores the state of the GPIO block if it is called as part of the resumption from low power standby mode.
  • This function is expected to be the first one called from the main () function, and should be called only once.

引数