Functions | |
l_irqmask | l_sys_irq_disable (const mtb_stc_lin_context_t *context) |
Disables the LIN communication interrupts. More... | |
void | l_sys_irq_restore (l_irqmask previous, const mtb_stc_lin_context_t *context) |
Restores the interrupt level identified by the provided parameter. More... | |
l_irqmask l_sys_irq_disable | ( | const mtb_stc_lin_context_t * | context | ) |
Disables the LIN communication interrupts.
context | The pointer to the context structure mtb_stc_lin_context_t allocated by the user. This structure is used during LIN Slave operation for internal configuration and data retention. The user must not modify anything in this structure. |
void l_sys_irq_restore | ( | l_irqmask | previous, |
const mtb_stc_lin_context_t * | context | ||
) |
Restores the interrupt level identified by the provided parameter.
previous | The interrupt state reported by l_sys_irq_disable(). |
context | The pointer to the context structure mtb_stc_lin_context_t allocated by the user. This structure is used during LIN Slave operation for internal configuration and data retention. The user must not modify anything in this structure. |