package hardcaml_axi

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

Signature

val output_struct_type : ?don't_add_trailing_semicolon:Base.bool -> ?indent:Base.string -> ?typ_name:Base.string -> Stdio.Out_channel.t -> Base.unit

Output a C structure representing the Hardcaml interface.

val output_struct_address_offsets : ?c90:Base.bool -> ?indent:Base.string -> ?typ_name:Base.string -> ?name:Base.string -> Stdio.Out_channel.t -> Base.unit

Output address offset of a Hardcaml interface. Assumes that there is a register interface of typ_name created prior. If c90 is false gcc style initializers are used.

OCaml

Innovation. Community. Security.