Return to previous page Return to menu Go to next page

2.4 Function specifications

[Start Sound System]

  Title  
Function specifications
  Function  
Start Sound System
  Function name  
SND_Init
No
1

  format  void SND_Init (SndIniDt * sys_ini)
 Input  sys_ini: System startup data
 Output  None
 Function value  None
 Function  Transfer program, sound area map based on specified system startup data,
  and registers are initialized, and the sound system is started. Sound system
For details on launching . , see the Sound Driver System Interface in the Sound Development Manual.
Please see  Ace .
 Remarks  Transfer uses SCU DMA transfer. 

[Interrupt]

  Title  
Function specifications
  Function  
Interrupt enable setting
  Function name  
SND_SET_ENA_INT
No
2

  format  void SND_SET_ENA_INT (Uint8 data)
 Input  data: Interrupt enable bit (1: enabled, 0: disabled) 

  Output  None
 Function value  None
 Function  Set interrupt permission. This generates an interrupt signal from the sound system
This is a setting for whether or not  is , not an SCU interrupt mask setting. 


Return to previous page Return to menu Go to next page