예제 #1
0
 public static bool Get_Microwire_Status(ref bool p_sample_phase, ref bool p_clock_edge_select, ref bool p_clock_polarity, ref bool p_auto_output_disable, ref bool p_SDI_state, ref bool p_SDO_state, ref bool p_SCK_state, ref bool p_chip_select_state)
 {
     return(SPIM.Get_SPI_Status(ref p_sample_phase, ref p_clock_edge_select, ref p_clock_polarity, ref p_auto_output_disable, ref p_SDI_state, ref p_SDO_state, ref p_SCK_state, ref p_chip_select_state));
 }
예제 #2
0
 public static double Get_Microwire_Bit_Rate()
 {
     return(SPIM.Get_SPI_Bit_Rate());
 }
예제 #3
0
 public static bool Tell_PKSA_To_Power_My_Device()
 {
     return(SPIM.Tell_PKSA_To_Power_My_Device());
 }
예제 #4
0
 public static bool Tell_PKSA_To_Use_External_Voltage_Source()
 {
     return(SPIM.Tell_PKSA_To_Use_External_Voltage_Source());
 }
예제 #5
0
 public static bool Set_Microwire_BitRate(double p_Bit_Rate)
 {
     return(SPIM.Set_SPI_BitRate(p_Bit_Rate));
 }