#include <stdint.h>
#include "assembly/io.h"
Go to the source code of this file.
◆ MASTER_PIC_COMMAND
#define MASTER_PIC_COMMAND 0x20 |
◆ MASTER_PIC_DATA
#define MASTER_PIC_DATA 0x21 |
◆ SLAVE_PIC_COMMAND
#define SLAVE_PIC_COMMAND 0xA0 |
◆ SLAVE_PIC_DATA
#define SLAVE_PIC_DATA 0xA1 |
◆ pic_confirm_master()
void pic_confirm_master |
( |
| ) |
|
◆ pic_confirm_master_and_slave()
void pic_confirm_master_and_slave |
( |
| ) |
|
◆ pic_disable_irq()
void pic_disable_irq |
( |
uint8_t |
interrupt_number | ) |
|
◆ pic_enable_irq()
void pic_enable_irq |
( |
uint8_t |
interrupt_number | ) |
|
◆ pic_init()
◆ pic_remap()