APM:Libraries
Functions
GPIO.cpp File Reference
#include "gpio_hal.h"
#include <boards.h>
#include <exti.h>
#include "GPIO.h"
#include "Scheduler.h"
#include "RCOutput.h"
Include dependency graph for GPIO.cpp:

Go to the source code of this file.

Functions

void digitalWrite (uint8_t pin, uint8_t value)
 
uint8_t digitalRead (uint8_t pin)
 
void digitalToggle (uint8_t pin)
 

Function Documentation

◆ digitalRead()

uint8_t digitalRead ( uint8_t  pin)

Definition at line 181 of file GPIO.cpp.

Referenced by exti_out_mode().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ digitalToggle()

void digitalToggle ( uint8_t  pin)

Definition at line 183 of file GPIO.cpp.

Referenced by exti_out_mode().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ digitalWrite()

void digitalWrite ( uint8_t  pin,
uint8_t  value 
)

Definition at line 180 of file GPIO.cpp.

Referenced by exti_out_mode().

Here is the call graph for this function:
Here is the caller graph for this function: