no-OS
Public Attributes | List of all members
mbed_irq_init_param Struct Reference

Structure holding the extra parameters for Interrupt Request Example: mbed::UnBufferedSerial my_uart; struct mbed_irq_init_param my_uart_rx_mbed_irq_init_param = { .int_obj_type = &my_uart }. More...

#include <mbed_irq.h>

Public Attributes

uint32_t ticker_period_usec
 
void * int_obj_type
 

Detailed Description

Structure holding the extra parameters for Interrupt Request Example: mbed::UnBufferedSerial my_uart; struct mbed_irq_init_param my_uart_rx_mbed_irq_init_param = { .int_obj_type = &my_uart }.

Member Data Documentation

◆ int_obj_type

void* mbed_irq_init_param::int_obj_type

◆ ticker_period_usec

uint32_t mbed_irq_init_param::ticker_period_usec

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