Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

HalSetPitMask

NullException edited this page Aug 5, 2020 · 1 revision

HalSetPitMask Function

Description

This function sets the IMR for the 8259a PIC

Syntax

void HalSetPitMask(byte masterMask, 
                   byte slaveMask
);

Parameters

masterMask

Mask used for the master 8259a PIC


slaveMask

Mask used for the slave 8259a PIC

Return Value

N/A

Notes

The function name is misspelled, it should be "HalSetPicMask"