![]() |
LibDriver W25QXX
1.0.0
W25QXX full-featured driver
|
driver w25qxx interface header file More...
#include "driver_w25qxx.h"
Go to the source code of this file.
Functions | |
uint8_t | w25qxx_interface_spi_qspi_init (void) |
interface spi qspi bus init More... | |
uint8_t | w25qxx_interface_spi_qspi_deinit (void) |
interface spi qspi bus deinit More... | |
uint8_t | w25qxx_interface_spi_qspi_write_read (uint8_t instruction, uint8_t instruction_line, uint32_t address, uint8_t address_line, uint8_t address_len, uint32_t alternate, uint8_t alternate_line, uint8_t alternate_len, uint8_t dummy, uint8_t *in_buf, uint32_t in_len, uint8_t *out_buf, uint32_t out_len, uint8_t data_line) |
interface spi qspi bus write read More... | |
void | w25qxx_interface_delay_ms (uint32_t ms) |
interface delay ms More... | |
void | w25qxx_interface_delay_us (uint32_t us) |
interface delay us More... | |
void | w25qxx_interface_debug_print (const char *const fmt,...) |
interface print format data More... | |
driver w25qxx interface header file
Copyright (c) 2015 - present LibDriver All rights reserved
The MIT License (MIT)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Date | Version | Author | Description |
---|---|---|---|
2021/07/15 | 1.0 | Shifeng Li | first upload |
Definition in file driver_w25qxx_interface.h.