bcm2835 :: FunctionSelect :: alt0
bcm2835 :: FunctionSelect :: alt1
bcm2835 :: FunctionSelect :: alt2
bcm2835 :: FunctionSelect :: alt3
bcm2835 :: FunctionSelect :: alt4
bcm2835 :: FunctionSelect :: alt5
bcm2835 :: FunctionSelect :: defaultinit
bcm2835 :: FunctionSelect :: mask
bcm2835 $ FunctionSelect :: SELF
Type of this instance, automatically specialized in every classcore :: Pointer :: address_is_null
Is the address behind this Object at NULL?bcm2835 :: FunctionSelect :: alt0
bcm2835 :: FunctionSelect :: alt1
bcm2835 :: FunctionSelect :: alt2
bcm2835 :: FunctionSelect :: alt3
bcm2835 :: FunctionSelect :: alt4
bcm2835 :: FunctionSelect :: alt5
core :: Object :: class_factory
Implementation used byget_class to create the specific class.
			core :: Pointer :: defaultinit
bcm2835 :: FunctionSelect :: defaultinit
core :: Object :: defaultinit
core :: Object :: is_same_instance
Return true ifself and other are the same instance (i.e. same identity).
			core :: Object :: is_same_serialized
Isself the same as other in a serialization context?
			core :: Object :: is_same_type
Return true ifself and other have the same dynamic type.
			bcm2835 :: FunctionSelect :: mask
core :: Object :: output_class_name
Display class name on stdout (debug only).
extern class FunctionSelect `{ bcm2835FunctionSelect `}
	# Input function
	new inpt `{ return BCM2835_GPIO_FSEL_INPT; `}
	# Output function
	new outp `{ return BCM2835_GPIO_FSEL_OUTP; `}
	new alt0 `{ return BCM2835_GPIO_FSEL_ALT0; `}
	new alt1 `{ return BCM2835_GPIO_FSEL_ALT1; `}
	new alt2 `{ return BCM2835_GPIO_FSEL_ALT2; `}
	new alt3 `{ return BCM2835_GPIO_FSEL_ALT3; `}
	new alt4 `{ return BCM2835_GPIO_FSEL_ALT4; `}
	new alt5 `{ return BCM2835_GPIO_FSEL_ALT5; `}
	new mask `{ return BCM2835_GPIO_FSEL_MASK; `}
end
					lib/bcm2835/bcm2835.nit:99,1--113,3