Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
fs_mgmt_hash_checksum_group Struct Reference

A collection of handlers for an entire hash/checksum group. More...

#include <fs_mgmt_hash_checksum.h>

Data Fields

sys_snode_t node
 Entry list node.
 
const char * group_name
 Array of handlers; one entry per name.
 
bool byte_string
 Byte string or numerical output.
 
uint8_t output_size
 Size (in bytes) of output.
 
fs_mgmt_hash_checksum_handler_fn function
 Hash/checksum function pointer.
 

Detailed Description

A collection of handlers for an entire hash/checksum group.

Field Documentation

◆ byte_string

bool fs_mgmt_hash_checksum_group::byte_string

Byte string or numerical output.

◆ function

fs_mgmt_hash_checksum_handler_fn fs_mgmt_hash_checksum_group::function

Hash/checksum function pointer.

◆ group_name

const char* fs_mgmt_hash_checksum_group::group_name

Array of handlers; one entry per name.

◆ node

sys_snode_t fs_mgmt_hash_checksum_group::node

Entry list node.

◆ output_size

uint8_t fs_mgmt_hash_checksum_group::output_size

Size (in bytes) of output.


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