📄 bfsi.h
字号:
/* bfsi.h David Rowe Dec 1 2006 Functions for Linux device drivers on the Blackfin that support interfacing the Blackfin to Silicon Labs chips.*/#ifndef __BFSI__void bfsi_spi_write_8_bits(u16 chip_select, u8 bits);u8 bfsi_spi_read_8_bits(u16 chip_select);void bfsi_spi_init(int baud, u16 chip_select_mask);int bfsi_sport_init( void (*isr_callback)(u8 *read_samples, u8 *write_samples), int samples, int debug );void bfsi_reset(int reset_bit);void bfsi_sport_close(void);#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -