Function report |
Source Code:kernel\irq\chip.c |
Create Date:2022-07-28 10:11:08 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:q_set_type - set the irq trigger type for an irq*@irq: irq number*@type: IRQ_TYPE_{LEVEL,EDGE}_* value - see include/linux/irq.h
Proto:int irq_set_irq_type(unsigned int irq, unsigned int type)
Type:int
Parameter:
| Type | Parameter | Name |
|---|---|---|
| unsigned int | irq | |
| unsigned int | type |
| 72 | ret = 0 |
| 77 | ret = __irq_set_trigger(desc, type) |
| 79 | Return ret |
| Source code conversion tool public plug-in interface | X |
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |