ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
fw_fs_transaction_t Struct Reference

Caller-owned transaction; fields are private to the facade. More...

#include <fw_if_fs_types.h>

Collaboration diagram for fw_fs_transaction_t:

Data Fields

const fw_fs_transaction_iface_tiface
 Bound vtable.
void * ctx
 Adapter context.
void * state
 Caller workspace.
uint32_t state_bytes
 Workspace extent.
bool active
 Begin succeeded.
bool validated
 Stage was accepted.

Detailed Description

Caller-owned transaction; fields are private to the facade.

Definition at line 237 of file fw_if_fs_types.h.

Field Documentation

◆ active

◆ ctx

◆ iface

◆ state

◆ state_bytes

uint32_t fw_fs_transaction_t::state_bytes

Workspace extent.

Definition at line 241 of file fw_if_fs_types.h.

Referenced by fw_fs_transaction_begin().

◆ validated

bool fw_fs_transaction_t::validated

The documentation for this struct was generated from the following file: