Function ctru_sys::CAMU_IsBusy

source ·
pub unsafe extern "C" fn CAMU_IsBusy(
    busy: *mut bool,
    port: u32_
) -> Result
Expand description

Gets whether the specified camera port is busy.

§Arguments

  • busy - Pointer to output the busy state to.
  • port - Port to check.