nn::hid::CTR::ExtraPad::Initialize Member Function

Syntax

static void Initialize(
     void * workingMemory
);

Parameters

Name Description
in workingMemory A 4096-byte buffer that is 4096-byte aligned.

Return Values

None.

Description

Performs initialization for using the Circle Pad Pro.

You must execute this function before calling the StartSampling or StopSampling function. If called multiple times when Finalize has not been called, this function does nothing on the second and subsequent calls. Pass the buffer to use for connections and sampling as a parameter. This must be a 4096-byte buffer that is 4096-byte aligned.

Revision History

2011/10/06
Initial version.

CONFIDENTIAL