Function report | 
Source Code:kernel\irq\settings.h | 
Create Date:2022-07-28 10:08:12 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:irq_settings_clr_and_set
Proto:static inline void irq_settings_clr_and_set(struct irq_desc *desc, unsigned int clr, unsigned int set)
Type:void
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct irq_desc * | desc | |
| unsigned int | clr | |
| unsigned int | set | 
| 40 | status_use_accessors &= ~(clr & _IRQF_MODIFY_MASK) | 
| 41 | status_use_accessors |= set & _IRQF_MODIFY_MASK | 
| Name | Describe | 
|---|---|
| desc_set_defaults | |
| irq_modify_status | 
| 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  |