Functions

cycle_time_parse_tstamp (tstamp)

fw_fcp_error_quark ()

fw_node_error_quark ()

fw_req_error_quark ()

fw_resp_error_quark ()

Details

Hinawa.cycle_time_parse_tstamp(tstamp)
Parameters:

tstamp (int) – The value of time stamp retrieved from each context of 1394 OHCI.

Returns:

The result to parse the time stamp. The first element is for three order bits of second field in the format of IEEE 1394 CYCLE_TIME register, up to 7. The second element is for 13 bits of cycle field in the format, up to 7,999.

Return type:

isoc_cycle: [int]

Parse second count and cycle count from unsigned 16 bit integer value retrieved by Asynchronous Transmit (AT), Asynchronous Receive(AR), Isochronous Transmit (IT), and Isochronous Receive (IR) contexts of 1394 OHCI.

New in version 2.6.

Hinawa.fw_fcp_error_quark()
Returns:

A [alias`GLib`.Quark].

Return type:

int

Return the [alias`GLib`.Quark] for [struct`GLib`.Error] which has code in [error`FwFcpError`].

New in version 2.1.

Hinawa.fw_node_error_quark()
Returns:

A [alias`GLib`.Quark].

Return type:

int

Return the [alias`GLib`.Quark] for [struct`GLib`.Error] with [error`FwNodeError`] domain.

New in version 2.1.

Hinawa.fw_req_error_quark()
Returns:

A [alias`GLib`.Quark].

Return type:

int

Return the [alias`GLib`.Quark] for [struct`GLib`.Error] with code of [enum`FwRcode`].

New in version 2.1.

Hinawa.fw_resp_error_quark()
Returns:

A [alias`GLib`.Quark].

Return type:

int

Return the [alias`GLib`.Quark] for error domain of [struct`GLib`.Error] which has code in [error`FwRespError`].

New in version 2.2.