Astra MCU SDK Peripheral Driver Library
Loading...
Searching...
No Matches
i3c_interrupt_config_t Struct Reference

Notification and interrupt policy for controller mode. More...

#include <i3c.h>

Data Fields

uint32_t event_mask
bool notify_sir_rejected
bool notify_mr_rejected
bool notify_hj_rejected

Detailed Description

Notification and interrupt policy for controller mode.

Field Documentation

◆ event_mask

uint32_t i3c_interrupt_config_t::event_mask

OR-ed i3c_event_mask_en bits

◆ notify_sir_rejected

bool i3c_interrupt_config_t::notify_sir_rejected

Report SIR reject notifications

◆ notify_mr_rejected

bool i3c_interrupt_config_t::notify_mr_rejected

Report MR reject notifications

◆ notify_hj_rejected

bool i3c_interrupt_config_t::notify_hj_rejected

Report Hot-Join reject notifications