adapnex::core::SR::operator()

Function call operator

Synopsis

Declared in <adapnex/core/bistable.h>

void
operator()(
    bool const SET,
    bool const RESET,
    bool& Q);

Parameters

Name Description

SET

The set input.

RESET

The reset input.

Q

The state output.

Created with MrDocs