[Overview][Resource strings][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'fpgpio' (#pascalio)

TRegisterType

All register types a I/O expander might support

Declaration

Source position: fpgpio.pas.bak line 165

type TRegisterType = (

  rtValue,

  rtDirection,

  rtActiveLow,

  rtInterruptFlag,

  rtInterruptValue,

  rtIntEnable,

  rtIntDefVal,

  rtIntCtrl,

  rtPullup,

  rtPulldown

);

Description

This enumeration contains all possible types of registers an I/O expander might have. These types are named by usage. Thus a microcontroller may have seperate registers for setting and reading a GPIO pins value. A register type is converted to an address which an I/O expander can understand within TGpioRegisterController.GetRegister.

See also

TGpioRegisterController.GetRegister

  

Address of a requested register


Documentation generated on: 2020-05-22