[fix] longest timout for spi
This commit is contained in:
@@ -47,6 +47,8 @@ typedef struct
|
||||
} ad9833_handle_t;
|
||||
|
||||
void ad9833_init(ad9833_handle_t *hfg, SPI_HandleTypeDef *hspi, GPIO_TypeDef *cs_port, uint16_t cs_pin);
|
||||
void ad9833_spi_activate(ad9833_handle_t *hfg);
|
||||
void ad9833_spi_deactivate(ad9833_handle_t *hfg);
|
||||
void ad9833_reset(ad9833_handle_t *hfg, uint8_t hold);
|
||||
void ad9833_setActiveChannelFreq(ad9833_handle_t *hfg, AD_channel_t chan);
|
||||
AD_channel_t ad9833_getActiveChannelFreq(ad9833_handle_t *hfg);
|
||||
|
||||
Reference in New Issue
Block a user