MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / rt_hw_interrupt_mask

Function rt_hw_interrupt_mask

components/drivers/pic/pic_rthw.c:27–30  ·  view source on GitHub ↗

* This function will mask a interrupt. * @param vector the interrupt number */

Source from the content-addressed store, hash-verified

25 * @param vector the interrupt number
26 */
27void rt_hw_interrupt_mask(int vector)
28{
29 rt_pic_irq_mask(vector);
30}
31
32/**
33 * This function will un-mask a interrupt.

Callers 15

dw_wdt_controlFunction · 0.50
dw_wdt_removeFunction · 0.50
rt_pci_irq_maskFunction · 0.50
dw_pcie_free_msiFunction · 0.50
nvme_remove_io_queuesFunction · 0.50
nvme_remove_admin_queuesFunction · 0.50
usb_hc_low_level_initFunction · 0.50
usb_hc_low_level_deinitFunction · 0.50

Calls 1

rt_pic_irq_maskFunction · 0.85

Tested by

no test coverage detected