SIM_INTERFACE(serial_interrupt_master) {
void (*start_request)(conf_object_t *obj);
};
#define SERIAL_INTERRUPT_MASTER_INTERFACE "serial_interrupt_master"
The serial_interrupt_master should be implemented by
serial interrupt controller, interrupt requester uses start_request
to request serial interrupt transfer cycles start frame.