Main Content

Bit Clear

Set specified bit of stored integer to zero

  • Bit Clear block

Libraries:
Simulink / Logic and Bit Operations
HDL Coder / Logic and Bit Operations

Description

The Bit Clear block sets the specified bit, given by its index, of the stored integer to zero. Scaling is ignored.

You can specify the bit to be set to zero with the Index of bit parameter, where bit zero is the least significant bit.

Ports

The Bit Clear block supports Simulink® integer, fixed-point, and Boolean data types. The block does not support true floating-point data types or enumerated data types.

Input

expand all

The input signal is the specified bit of the stored integer.

Data Types: single | double | Boolean | fixed point

Output

expand all

The output consists of the specified bit set to zero.

Data Types: single | double | int8 | int16 | int32 | int64 | uint8 | uint16 | uint32 | uint64 | Boolean | fixed point | enumerated | bus

Parameters

expand all

Index of bit where bit 0 is the least significant bit.

Programmatic Use

Block Parameter: iBit
Type: scalar or vector
Values: {'0'}
Default: '0'

Block Characteristics

Data Types

Booleana | fixed point | integer

Direct Feedthrough

yes

Multidimensional Signals

yes

Variable-Size Signals

no

Zero-Crossing Detection

no

a Bit operations are not recommended for use with Boolean signals.

Extended Capabilities

C/C++ Code Generation
Generate C and C++ code using Simulink® Coder™.

PLC Code Generation
Generate Structured Text code using Simulink® PLC Coder™.

Fixed-Point Conversion
Design and simulate fixed-point systems using Fixed-Point Designer™.

Version History

Introduced before R2006a

See Also

| | (HDL Coder) | (HDL Coder)