C# 클래스 Microsoft.SPOT.Hardware.SPI.Configuration

파일 보기 프로젝트 열기: GerardSoleCa/IOSharp-netmf-Linux 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BusyPin Cpu.Pin
BusyPin_ActiveState bool
ChipSelect_ActiveState bool
ChipSelect_HoldTime uint
ChipSelect_Port Cpu.Pin
ChipSelect_SetupTime uint
Clock_Edge bool
Clock_IdleState bool
Clock_RateKHz uint
SPI_mod SPI_module

공개 메소드들

메소드 설명
Configuration ( Cpu ChipSelect_Port, bool ChipSelect_ActiveState, uint ChipSelect_SetupTime, uint ChipSelect_HoldTime, bool Clock_IdleState, bool Clock_Edge, uint Clock_RateKHz, SPI_module SPI_mod ) : System
Configuration ( Cpu ChipSelect_Port, bool ChipSelect_ActiveState, uint ChipSelect_SetupTime, uint ChipSelect_HoldTime, bool Clock_IdleState, bool Clock_Edge, uint Clock_RateKHz, SPI_module SPI_mod, Cpu BusyPin, bool BusyPin_ActiveState ) : System

메소드 상세

Configuration() 공개 메소드

public Configuration ( Cpu ChipSelect_Port, bool ChipSelect_ActiveState, uint ChipSelect_SetupTime, uint ChipSelect_HoldTime, bool Clock_IdleState, bool Clock_Edge, uint Clock_RateKHz, SPI_module SPI_mod ) : System
ChipSelect_Port Cpu
ChipSelect_ActiveState bool
ChipSelect_SetupTime uint
ChipSelect_HoldTime uint
Clock_IdleState bool
Clock_Edge bool
Clock_RateKHz uint
SPI_mod SPI_module
리턴 System

Configuration() 공개 메소드

public Configuration ( Cpu ChipSelect_Port, bool ChipSelect_ActiveState, uint ChipSelect_SetupTime, uint ChipSelect_HoldTime, bool Clock_IdleState, bool Clock_Edge, uint Clock_RateKHz, SPI_module SPI_mod, Cpu BusyPin, bool BusyPin_ActiveState ) : System
ChipSelect_Port Cpu
ChipSelect_ActiveState bool
ChipSelect_SetupTime uint
ChipSelect_HoldTime uint
Clock_IdleState bool
Clock_Edge bool
Clock_RateKHz uint
SPI_mod SPI_module
BusyPin Cpu
BusyPin_ActiveState bool
리턴 System

프로퍼티 상세

BusyPin 공개적으로 프로퍼티

public Cpu.Pin BusyPin
리턴 Cpu.Pin

BusyPin_ActiveState 공개적으로 프로퍼티

public bool BusyPin_ActiveState
리턴 bool

ChipSelect_ActiveState 공개적으로 프로퍼티

public bool ChipSelect_ActiveState
리턴 bool

ChipSelect_HoldTime 공개적으로 프로퍼티

public uint ChipSelect_HoldTime
리턴 uint

ChipSelect_Port 공개적으로 프로퍼티

public Cpu.Pin ChipSelect_Port
리턴 Cpu.Pin

ChipSelect_SetupTime 공개적으로 프로퍼티

public uint ChipSelect_SetupTime
리턴 uint

Clock_Edge 공개적으로 프로퍼티

public bool Clock_Edge
리턴 bool

Clock_IdleState 공개적으로 프로퍼티

public bool Clock_IdleState
리턴 bool

Clock_RateKHz 공개적으로 프로퍼티

public uint Clock_RateKHz
리턴 uint

SPI_mod 공개적으로 프로퍼티

public SPI_module SPI_mod
리턴 SPI_module