Solar panel
Loading...
Searching...
No Matches
pin_manager.c File Reference
#include "pin_manager.h"

Go to the source code of this file.

Functions

void PIN_MANAGER_Initialize (void)
 
void PIN_MANAGER_IOC (void)
 

Function Documentation

◆ PIN_MANAGER_Initialize()

void PIN_MANAGER_Initialize ( void  )

Generated Pin Manager File

Company: Microchip Technology Inc.

File Name: pin_manager.c

Summary: This is the Pin Manager file generated using PIC10 / PIC12 / PIC16 / PIC18 MCUs

Description: This header file provides implementations for pin APIs for all pins selected in the GUI. Generation Information : Product Revision : PIC10 / PIC12 / PIC16 / PIC18 MCUs - 1.81.8 Device : PIC18F97J60 Driver Version : 2.0 The generated drivers are tested against the following: Compiler : XC8 2.36 and above MPLAB : MPLAB X 6.00

LATx registers

TRISx registers

PCFG setting

Definition at line 50 of file pin_manager.c.

◆ PIN_MANAGER_IOC()

void PIN_MANAGER_IOC ( void  )

@Param none @Returns none @Description Interrupt on Change Handling routine @Example PIN_MANAGER_IOC();

Definition at line 90 of file pin_manager.c.