openMMC
Open Source Modular MMC for AMCs
Loading...
Searching...
No Matches
ipmi_msg_cfg Struct Reference

IPMI message configuration struct. More...

#include <ipmb.h>

Collaboration diagram for ipmi_msg_cfg:

Data Fields

ipmi_msg buffer
 
TaskHandle_t caller_task
 
uint8_t retries
 
uint32_t timestamp
 

Detailed Description

IPMI message configuration struct.

This struct is used in the IPMB layer in order to keep the informations about the request/response being handled

Field Documentation

◆ buffer

ipmi_msg ipmi_msg_cfg::buffer

IPMI Message

◆ caller_task

TaskHandle_t ipmi_msg_cfg::caller_task

Task to be notified when the send/receive process is done

◆ retries

uint8_t ipmi_msg_cfg::retries

Current retry counter

◆ timestamp

uint32_t ipmi_msg_cfg::timestamp

Tick count at the beginning of the process


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