MKM34Z256VLx7 Bare Metal Software Drivers  R4.1.6
Reference Manual
SPI Slave Select Control Callback Function

Overview

This section describes callback function of the driver. The callback function is called by the driver to notify interrupt of the peripheral. All interrupt flags are cleared automatically by the driver.

Typedefs

typedef void(* SPI_SSCALLBACK) (SS_CONTROL ss_pin)
 SPI_SSCALLBACK function declaration.
 

Enumerations

enum  SS_CONTROL { SS_CLEAR, SS_SET, SS_INIT }
 SS_CONTROL declaration. More...
 

Enumeration Type Documentation

enum SS_CONTROL
Enumerator
SS_CLEAR 

SS=0.

SS_SET 

SS=1.

SS_INIT 

SS pin and port initialization.