#define NULL_PTR
Null pointer.
void SPI_SpsInterfaceSwitchToLowSpeed(SPI_INTERFACE_CONFIG_s *pSpiSpsInterface)
Switch the SPS spi handle to low speed.
void SPI_SpsInterfaceSwitchToHighSpeed(SPI_INTERFACE_CONFIG_s *pSpiSpsInterface)
Switch the SPS spi handle to high speed.
SPI_INTERFACE_CONFIG_s spi_spsInterface
Headers for the configuration for the SPI module.
#define TEST_ASSERT_PASS_ASSERT(_code_under_test)
assert whether assert macro has passed
#define TEST_ASSERT_FAIL_ASSERT(_code_under_test)
assert whether assert macro has failed
void testSPI_SpsInterfaceSwitchToLowSpeedNullPointer(void)
void testSPI_SpsInterfaceSwitchToHighSpeedNullPointer(void)
void testSPI_SpsInterfaceSwitchToHighSpeedIsNotLowSpeed(void)