Function ctru_sys::ndspChnSetPaused

source ·
pub unsafe extern "C" fn ndspChnSetPaused(id: c_int, paused: bool)
Expand description

Sets the pause status of a channel.

§Arguments

  • id - ID of the channel (0..23).
  • paused - Whether the channel is to be paused (true) or unpaused (false).