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

Function call operators

Synopses

Declared in <adapnex/core/bistable.h>

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

Function call operator

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