MCPcopy Create free account
hub / github.com/Santroller/Santroller / end

Method end

lib/psx_controller/psx_controller.cpp:119–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117 autoShiftData(commandPollInput, sizeof(commandPollInput));
118}
119void PSXController::end() {
120 gpio_set_irq_enabled(m_ackPin, GPIO_IRQ_EDGE_RISE, false);
121 cancel_alarm(timeout_alarm_id);
122}
123void PSXController::load_state(PSXController* state) {
124 type = state->type;
125 valid = state->valid;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected