Reads the specified number of bytes (data size) starting at the given data address in the specified NVMEM area.


icon

Inputs/Outputs

  • cgenclassrntag.png session in

    session in specifies the session to access for the given action.

  • cgenclassrntag.png NVMEM area

    NVMEM area specifies the the non-volatile memory area to access. This must include both the device name and NVMEM area name, such as "Mod1/capabilities." If you do not specify this parameter, the session default NVMEM areas will be used.

  • cu32.png data address

    data address specifies the starting address to begin accessing data.

  • cu32.png data size

    data size The number of bytes to read from the data address within the given NVMEM area.

  • cerrcodeclst.png error in (no error)

    error in (no error) describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • igenclassrntag.png session out

    session out is a copy of the session in reference.

  • igenclassrntag.png NVMEM area out

    NVMEM area out is a copy of the nvmem area resource.

  • iu32.png next data address

    next data address is data address + data size. This may be convenient when accessing contiguous fields.

  • i1du8.png data out

    data out contains the data read from data address.

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.