| /Zephyr-4.3.0/samples/drivers/jesd216/src/ |
| D | main.c | 48 typedef void (*dw_extractor)(const struct jesd216_param_header *php, 65 static void summarize_dw1(const struct jesd216_param_header *php, in summarize_dw1() argument 98 int rc = jesd216_bfp_read_support(php, bfp, in summarize_dw1() 112 static void summarize_dw2(const struct jesd216_param_header *php, in summarize_dw2() argument 118 static void summarize_dw89(const struct jesd216_param_header *php, in summarize_dw89() argument 127 typ_max_mul = jesd216_bfp_erase_type_times(php, bfp, in summarize_dw89() 141 static void summarize_dw11(const struct jesd216_param_header *php, in summarize_dw11() argument 146 if (jesd216_bfp_decode_dw11(php, bfp, &dw11) != 0) { in summarize_dw11() 165 static void summarize_dw12(const struct jesd216_param_header *php, in summarize_dw12() argument 190 static void summarize_dw14(const struct jesd216_param_header *php, in summarize_dw14() argument [all …]
|
| /Zephyr-4.3.0/drivers/flash/ |
| D | jesd216.c | 26 int jesd216_bfp_read_support(const struct jesd216_param_header *php, in jesd216_bfp_read_support() argument 35 if ((php->len_dw >= 15) in jesd216_bfp_read_support() 41 if ((php->len_dw >= 19) in jesd216_bfp_read_support() 64 if (php->len_dw >= 17) { in jesd216_bfp_read_support() 87 if (php->len_dw >= 17) { in jesd216_bfp_read_support() 115 if ((php->len_dw >= 20) && in jesd216_bfp_read_support() 121 if ((php->len_dw >= 20) && in jesd216_bfp_read_support() 127 if ((php->len_dw >= 20) && in jesd216_bfp_read_support() 166 int jesd216_bfp_erase_type_times(const struct jesd216_param_header *php, in jesd216_bfp_erase_type_times() argument 174 if (php->len_dw < 10) { in jesd216_bfp_erase_type_times() [all …]
|
| D | jesd216.h | 285 int jesd216_bfp_read_support(const struct jesd216_param_header *php, 339 int jesd216_bfp_erase_type_times(const struct jesd216_param_header *php, 353 static inline uint32_t jesd216_bfp_page_size(const struct jesd216_param_header *php, in jesd216_bfp_page_size() argument 357 if (php->len_dw < 11) { in jesd216_bfp_page_size() 401 int jesd216_bfp_decode_dw11(const struct jesd216_param_header *php, 433 int jesd216_bfp_decode_dw14(const struct jesd216_param_header *php, 493 int jesd216_bfp_decode_dw15(const struct jesd216_param_header *php, 531 int jesd216_bfp_decode_dw16(const struct jesd216_param_header *php, 554 int jesd216_bfp_decode_dw19(const struct jesd216_param_header *php,
|
| D | flash_andes_qspi.c | 528 const struct jesd216_param_header *php, in spi_nor_process_bfp() argument 549 dev_data->page_size = jesd216_bfp_page_size(php, bfp); in spi_nor_process_bfp() 592 const struct jesd216_param_header *php = hp->phdr; in spi_nor_process_sfdp() local 594 php + MIN(decl_nph, 1 + hp->nph); in spi_nor_process_sfdp() 596 while (php != phpe) { in spi_nor_process_sfdp() 597 uint16_t id = jesd216_param_id(php); in spi_nor_process_sfdp() 600 (php - hp->phdr), id, php->rev_major, php->rev_minor, in spi_nor_process_sfdp() 601 php->len_dw, jesd216_param_addr(php)); in spi_nor_process_sfdp() 605 uint32_t dw[MIN(php->len_dw, 20)]; in spi_nor_process_sfdp() 611 jesd216_param_addr(php), u_param.dw, sizeof(u_param.dw)); in spi_nor_process_sfdp() [all …]
|
| D | flash_max32_spixf_nor.c | 941 static int spi_nor_process_bfp(const struct device *dev, const struct jesd216_param_header *php, in spi_nor_process_bfp() argument 969 data->page_size = jesd216_bfp_page_size(php, bfp); in spi_nor_process_bfp() 978 if (jesd216_bfp_decode_dw16(php, bfp, &dw16) == 0) { in spi_nor_process_bfp() 1018 rc = jesd216_bfp_read_support(php, bfp, supported_modes[i], &res); in spi_nor_process_bfp() 1042 rc = jesd216_bfp_decode_dw15(php, bfp, &dw15); in spi_nor_process_bfp() 1171 const struct jesd216_param_header *php = hp->phdr; in flash_max32_spixf_nor_fetch_jesd216_details() local 1172 const struct jesd216_param_header *phpe = php + MIN(decl_nph, 1 + hp->nph); in flash_max32_spixf_nor_fetch_jesd216_details() 1174 while (php != phpe) { in flash_max32_spixf_nor_fetch_jesd216_details() 1175 uint16_t id = jesd216_param_id(php); in flash_max32_spixf_nor_fetch_jesd216_details() 1177 LOG_INF("PH%u: %04x rev %u.%u: %u DW @ %x", (php - hp->phdr), id, php->rev_major, in flash_max32_spixf_nor_fetch_jesd216_details() [all …]
|
| D | flash_stm32_qspi.c | 1343 const struct jesd216_param_header *php, in spi_nor_process_bfp() argument 1378 data->page_size = jesd216_bfp_page_size(php, bfp) << STM32_QSPI_DOUBLE_FLASH; in spi_nor_process_bfp() 1387 if (jesd216_bfp_decode_dw16(php, bfp, &dw16) == 0) { in spi_nor_process_bfp() 1427 rc = jesd216_bfp_read_support(php, bfp, supported_modes[i], &res); in spi_nor_process_bfp() 1451 rc = jesd216_bfp_decode_dw15(php, bfp, &dw15); in spi_nor_process_bfp() 1704 const struct jesd216_param_header *php = hp->phdr; in flash_stm32_qspi_init() local 1705 const struct jesd216_param_header *phpe = php + in flash_stm32_qspi_init() 1708 while (php != phpe) { in flash_stm32_qspi_init() 1709 uint16_t id = jesd216_param_id(php); in flash_stm32_qspi_init() 1712 (php - hp->phdr), id, php->rev_major, php->rev_minor, in flash_stm32_qspi_init() [all …]
|
| D | spi_nor.c | 1274 const struct jesd216_param_header *php, in spi_nor_process_bfp() argument 1297 data->page_size = jesd216_bfp_page_size(php, bfp); in spi_nor_process_bfp() 1319 if (jesd216_bfp_decode_dw16(php, bfp, &dw16) == 0) { in spi_nor_process_bfp() 1364 const struct jesd216_param_header *php = hp->phdr; in spi_nor_process_sfdp() local 1365 const struct jesd216_param_header *phpe = php + MIN(decl_nph, 1 + hp->nph); in spi_nor_process_sfdp() 1367 while (php != phpe) { in spi_nor_process_sfdp() 1368 uint16_t id = jesd216_param_id(php); in spi_nor_process_sfdp() 1371 (int)(php - hp->phdr), id, php->rev_major, php->rev_minor, in spi_nor_process_sfdp() 1372 php->len_dw, jesd216_param_addr(php)); in spi_nor_process_sfdp() 1381 rc = spi_nor_sfdp_read(dev, jesd216_param_addr(php), in spi_nor_process_sfdp() [all …]
|
| D | flash_stm32_xspi.c | 1877 const struct jesd216_param_header *php, in spi_nor_process_bfp() argument 1947 if (jesd216_bfp_read_support(php, bfp, supported_read_modes[idx], in spi_nor_process_bfp() 1974 if (jesd216_bfp_decode_dw15(php, bfp, &dw15) < 0) { in spi_nor_process_bfp() 1993 data->page_size = jesd216_bfp_page_size(php, bfp); in spi_nor_process_bfp() 2344 const struct jesd216_param_header *php = hp->phdr; in flash_stm32_xspi_init() local 2345 const struct jesd216_param_header *phpe = php + in flash_stm32_xspi_init() 2348 while (php != phpe) { in flash_stm32_xspi_init() 2349 uint16_t id = jesd216_param_id(php); in flash_stm32_xspi_init() 2352 (php - hp->phdr), id, php->rev_major, php->rev_minor, in flash_stm32_xspi_init() 2353 php->len_dw, jesd216_param_addr(php)); in flash_stm32_xspi_init() [all …]
|
| D | flash_stm32_ospi.c | 2039 const struct jesd216_param_header *php, in spi_nor_process_bfp() argument 2081 if (jesd216_bfp_decode_dw16(php, bfp, &dw16) == 0) { in spi_nor_process_bfp() 2131 if (jesd216_bfp_read_support(php, bfp, supported_read_modes[idx], in spi_nor_process_bfp() 2158 if (jesd216_bfp_decode_dw15(php, bfp, &dw15) < 0) { in spi_nor_process_bfp() 2177 data->page_size = jesd216_bfp_page_size(php, bfp); in spi_nor_process_bfp() 2491 const struct jesd216_param_header *php = hp->phdr; in flash_stm32_ospi_init() local 2492 const struct jesd216_param_header *phpe = php + in flash_stm32_ospi_init() 2495 while (php != phpe) { in flash_stm32_ospi_init() 2496 uint16_t id = jesd216_param_id(php); in flash_stm32_ospi_init() 2499 (php - hp->phdr), id, php->rev_major, php->rev_minor, in flash_stm32_ospi_init() [all …]
|
| /Zephyr-4.3.0/boards/gaisler/generic_leon3/doc/ |
| D | index.rst | 121 * `GRLIB IP Library and LEON3, GPL version <https://www.gaisler.com/index.php/downloads/leongrlib>`_ 122 * `TSIM3 LEON3 simulator <https://www.gaisler.com/index.php/products/simulators/tsim3/tsim3-leon3>`_ 123 * `GRMON3 debug monitor <https://www.gaisler.com/index.php/products/debug-tools/grmon3>`_
|
| /Zephyr-4.3.0/samples/net/mqtt_sn_publisher/ |
| D | README.rst | 25 .. _MQTT-SN v1.2 spec: https://www.oasis-open.org/committees/download.php/66091/MQTT-SN_spec_v1.2.p… 68 …-SN Gateway: https://www.eclipse.org/paho/index.php?page=components/mqtt-sn-transparent-gateway/in…
|
| /Zephyr-4.3.0/doc/connectivity/networking/api/ |
| D | mqtt_sn.rst | 28 https://www.eclipse.org/paho/index.php?page=components/mqtt-sn-transparent-gateway/index.php 31 https://www.oasis-open.org/committees/download.php/66091/MQTT-SN_spec_v1.2.pdf
|
| /Zephyr-4.3.0/doc/connectivity/modbus/ |
| D | index.rst | 39 .. _`MODBUS Protocol Specifications`: https://www.modbus.org/specs.php
|
| /Zephyr-4.3.0/boards/ronoth/lodev/doc/ |
| D | index.rst | 147 .. _AcSIP S76S: http://www.acsip.com.tw/index.php?action=products-detail&fid1=11&fid2=29&fid3=27&id… 149 .. _AcSIP S76S Product Information Brief: https://www.acsip.com.tw/index.php?action=download_pro&pe…
|
| D | s76s.rst | 232 .. _AcSIP S76S: http://www.acsip.com.tw/index.php?action=products-detail&fid1=11&fid2=29&fid3=27&id… 234 .. _AcSIP S76S Product Information Brief: https://www.acsip.com.tw/index.php?action=download_pro&pe… 236 .. _AcSIP Product Data Download: http://www.acsip.com.tw/index.php?action=technical
|
| /Zephyr-4.3.0/boards/ti/msp_exp432p401r_launchxl/doc/ |
| D | index.rst | 131 http://processors.wiki.ti.com/index.php/UniFlash_v4_Quick_Guide#Command_Line_Interface 137 …http://processors.wiki.ti.com/index.php/XDS_Emulation_Software_Package#XDS_Emulation_Software_.28e…
|
| /Zephyr-4.3.0/doc/security/ |
| D | security-citations.rst | 46 Available: https://www.owasp.org/index.php/Application_Threat_Modeling.
|
| /Zephyr-4.3.0/doc/develop/toolchains/ |
| D | designware_arc_mwdt.rst | 6 #. You need to have `ARC MWDT <https://www.synopsys.com/dw/ipdir.php?ds=sw_metaware>`_ installed on
|
| /Zephyr-4.3.0/boards/gaisler/gr716a_mini/doc/ |
| D | index.rst | 206 * `GR716 Evaluation and Development Boards <https://www.gaisler.com/index.php/products/boards/gr716… 207 * `TSIM3 LEON3 simulator <https://www.gaisler.com/index.php/products/simulators/tsim3/tsim3-leon3>`_ 208 * `GRMON3 debug monitor <https://www.gaisler.com/index.php/products/debug-tools/grmon3>`_
|
| /Zephyr-4.3.0/boards/pine64/pinetime_devkit0/doc/ |
| D | index.rst | 192 https://wiki.pine64.org/index.php/PineTime 201 https://wiki.pine64.org/index.php/Reprogramming_the_PineTime
|
| /Zephyr-4.3.0/boards/vcc-gnd/yd_esp32/doc/ |
| D | index.rst | 91 .. _`XL-5050RGBC-WS2812B`: http://www.xinglight.cn/index.php?c=show&id=947
|
| /Zephyr-4.3.0/boards/qemu/arc/doc/ |
| D | index.rst | 101 …<https://www.synopsys.com/dw/doc.php/iip/dwc_arc_hs4xd/latest/doc/ARC_V2_PublicProgrammers_Referen…
|
| /Zephyr-4.3.0/boards/sipeed/longan_nano/doc/ |
| D | index.rst | 13 - `Nuclei website <https://www.nucleisys.com/download.php>`_
|
| /Zephyr-4.3.0/boards/raytac/mdbt50q_db_40/doc/ |
| D | index.rst | 164 https://www.raytac.com/product/ins.php?index_id=81 166 https://www.raytac.com/download/index.php?index_id=43
|
| /Zephyr-4.3.0/boards/raytac/mdbt50q_db_33/doc/ |
| D | index.rst | 164 https://www.raytac.com/product/ins.php?index_id=97 166 https://www.raytac.com/download/index.php?index_id=46
|