Created by PIC18F on 09.02.2015.
BitVector is a family of types for storing multiple bits of information in a single value.
BitVector is a family of types for storing multiple bits of information in a single value. This type has three subtypes that can be used to model different behaviours:
The Bits type corresponds to a vector of bits that does not convey any arithmetic meaning.
The Bits type corresponds to a vector of bits that does not convey any arithmetic meaning.
Bits factory used for instance by the IODirection to create a in/out Bits
Bitwise Operation
Bitwise Operation
the type which is associated with the bitwise operation
The Bool type corresponds to a boolean value (True or False)
The Bool type corresponds to a boolean value (True or False)
Bool factory used for instance by the IODirection to create a in/out Bool
Created by PIC18F on 11.01.2015.
Created by PIC18F on 21.08.2014.
Created by PIC18F on 24.01.2015.
Created by PIC32F_USER on 05/06/2016.
Created by PIC32F_USER on 05/06/2016.
Created by PIC32F_USER on 05/06/2016.
Created by PIC18F on 02.02.2015.
Created by PIC on 19.05.2015.
The SInt type corresponds to a vector of bits that can be used for signed integer arithmetic.
The SInt type corresponds to a vector of bits that can be used for signed integer arithmetic.
SInt factory used for instance by the IODirection to create a in/out SInt
Created by PIC18F on 21.08.2014.
Created by PIC18F on 21.08.2014.
The UInt type corresponds to a vector of bits that can be used for unsigned integer arithmetic.
The UInt type corresponds to a vector of bits that can be used for unsigned integer arithmetic.
Define an UInt 2D point
Define an UInt 2D point
width of the x point
width of the y point
UInt factory used for instance by the IODirection to create a in/out UInt
Created by PIC18F on 07.01.2015.
Created by PIC18F on 07.01.2015.
Create a new Bits of a given width
Create a new Bits of a given width
Create a new Bits
Create a new Bits
Create a new Bool initialized with a boolean value
Create a new Bool initialized with a boolean value
Create a new Bool
Create a new Bool
Created by PIC18F on 08.01.2015.
Created by PIC18F on 21.08.2014.
Created by PIC18F on 07.01.2015.
Created by PIC32F_USER on 05/01/2016.
Create a new SInt of a given width
Create a new SInt of a given width
Create a new SInt
Create a new SInt
Create a new UInt of a given width
Create a new UInt of a given width
Create a new UInt
Create a new UInt
Use cloneable instead