libpynq  (release 5EID0-2023 version 0.3.0 of 2024-04-25 09:42 )
switchbox.h File Reference
#include <pinmap.h>
#include <stdbool.h>
#include <stdint.h>
Include dependency graph for switchbox.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define NUM_SWITCHBOX_NAMES   40
 

Typedefs

typedef enum io_configuration io_configuration_t
 

Enumerations

enum  io_configuration {
  SWB_GPIO = 0x00, SWB_Interrupt_In = 0x01, SWB_UART0_TX = 0x02, SWB_UART0_RX = 0x03,
  SWB_SPI0_CLK = 0x04, SWB_SPI0_MISO = 0x05, SWB_SPI0_MOSI = 0x06, SWB_SPI0_SS = 0x07,
  SWB_SPI1_CLK = 0x08, SWB_SPI1_MISO = 0x09, SWB_SPI1_MOSI = 0x0A, SWB_SPI1_SS = 0x0B,
  SWB_IIC0_SDA = 0x0C, SWB_IIC0_SCL = 0x0D, SWB_IIC1_SDA = 0x0E, SWB_IIC1_SCL = 0x0F,
  SWB_PWM0 = 0x10, SWB_PWM1 = 0x11, SWB_PWM2 = 0x12, SWB_PWM3 = 0x13,
  SWB_PWM4 = 0x14, SWB_PWM5 = 0x15, SWB_TIMER_G0 = 0x18, SWB_TIMER_G1 = 0x19,
  SWB_TIMER_G2 = 0x1A, SWB_TIMER_G3 = 0x1B, SWB_TIMER_G4 = 0x1C, SWB_TIMER_G5 = 0x1D,
  SWB_TIMER_G6 = 0x1E, SWB_TIMER_G7 = 0x1F, SWB_UART1_TX = 0x22, SWB_UART1_RX = 0x23,
  SWB_TIMER_IC0 = 0x38, SWB_TIMER_IC1 = 0x39, SWB_TIMER_IC2 = 0x3A, SWB_TIMER_IC3 = 0x3B,
  SWB_TIMER_IC4 = 0x3C, SWB_TIMER_IC5 = 0x3D, SWB_TIMER_IC6 = 0x3E, SWB_TIMER_IC7 = 0x3F,
  NUM_IO_CONFIGURATIONS
}
 

Functions

void switchbox_init (void)
 
void switchbox_set_pin (const io_t pin_number, const io_configuration_t pin_type)
 
void switchbox_reset (void)
 
void switchbox_destroy (void)
 
io_configuration_t switchbox_get_pin (const io_t pin_number)
 

Variables

char *const switchbox_names [NUM_SWITCHBOX_NAMES]