|
GPS Device
|
Functions | |
| static void | spi_set_pclk (SPI_REGDEF_ts const *instance, EN_STATUS_te en_status) |
| Enables or disables the peripheral clock for an SPI instance. | |
|
static |
Enables or disables the peripheral clock for an SPI instance.
Routes to the appropriate RCC APB1 or APB2 clock enable/disable call:
Called by spi_init and spi_deinit.
| [in] | instance | Pointer to the SPI peripheral instance. |
| [in] | en_status | ENABLE to enable the clock, DISABLE to disable it. |
Definition at line 181 of file stm32f401re_spi.c.

