RTEMS  5.1
Variables
irq-shell.c File Reference

Generic BSP interrupt shell implementation. More...

#include <stdio.h>
#include <rtems/printer.h>
#include <rtems/shell.h>
#include <bsp/irq-info.h>

Variables

struct rtems_shell_cmd_tt bsp_interrupt_shell_command
 Shell command entry for interrupt information. More...
 

Detailed Description

Generic BSP interrupt shell implementation.

Variable Documentation

◆ bsp_interrupt_shell_command

struct rtems_shell_cmd_tt bsp_interrupt_shell_command
Initial value:
= {
.name = "irq",
.usage = "Prints interrupt information",
.topic = "rtems",
.command = bsp_interrupt_shell_main,
.alias = NULL,
.next = NULL
}
#define NULL
Requests a GPIO pin group configuration.
Definition: bestcomm_api.h:77

Shell command entry for interrupt information.