Home
last modified time | relevance | path

Searched full:pages (Results 1 – 25 of 33) sorted by relevance

12

/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Class/HID/Inc/
H A Dusbh_hid_usage.h51 /* HID 1.11 usage pages */
55 /**** Top level pages */
75 /**** END of top level pages */
79 /*80-83 Monitor pages USB Device Class Definition for Monitor Devices
80 84-87 Power pages USB Device Class Definition for Power Devices */
85 #define HID_USAGE_PAGE_POS uint16_t (0x8F) /* Reserved Point of Sale pages */
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Src/
H A Dstm32wbxx_hal_flash_ex.c142 * @brief Perform a mass erase or erase the specified FLASH memory pages.
149 * the pages have been correctly erased)
217 * @brief Perform a mass erase or erase the specified FLASH memory pages with interrupt enabled.
529 * This parameter must be a value between 0 and (max number of pages in Flash - 1)
580 * @brief Configure the write protection of the desired pages.
597 * This parameter can be page number between 0 and (max number of pages in the Flash - 1)
599 …* This parameter can be page number between WRPStartOffset and (max number of pages in th…
704 … startoffset = ((PCROP1AStartAddr - FLASH_BASE) >> FLASH_PCROP_GRANULARITY_OFFSET); /* 2K pages */ in FLASH_OB_PCROP1AConfig()
705 endoffset = ((PCROP1AEndAddr - FLASH_BASE) >> FLASH_PCROP_GRANULARITY_OFFSET); /* 2K pages */ in FLASH_OB_PCROP1AConfig()
747 startoffset = ((PCROP1BStartAddr - FLASH_BASE) >> FLASH_PCROP_GRANULARITY_OFFSET); /* 2K pages */ in FLASH_OB_PCROP1BConfig()
[all …]
H A Dstm32wbxx_hal_flash.c353 /* Nb of pages to erased can be decreased */ in HAL_FLASH_IRQHandler()
356 /* Check if there are still pages to erase*/ in HAL_FLASH_IRQHandler()
365 /* No more pages to erase: stop erase pages procedure */ in HAL_FLASH_IRQHandler()
/btstack/port/stm32-l073rz-nucleo-em9304/Drivers/STM32L0xx_HAL_Driver/Src/
H A Dstm32l0xx_hal_flash.c188 /* Variables used for Erase pages under interruption*/
361 /* Nb of pages to erased can be decreased */ in HAL_FLASH_IRQHandler()
364 /* Check if there are still pages to erase */ in HAL_FLASH_IRQHandler()
382 /* No more pages to Erase, user callback can be called. */ in HAL_FLASH_IRQHandler()
383 /* Reset Sector and stop Erase pages procedure */ in HAL_FLASH_IRQHandler()
423 * - Pages Erase: Address of the page which has been erased
424 * (if 0xFFFFFFFF, it means that all the selected pages have been erased)
441 * - Pages Erase: Address of the page which returned an error
H A Dstm32l0xx_hal_flash_ex.c33 (+) PCROP protection configuration and control for all pages
64 /* Variables used for Erase pages under interruption*/
157 * @brief Erase the specified FLASH memory Pages
167 * (0xFFFFFFFF means that all the pages have been correctly erased)
223 * @brief Perform a page erase of the specified FLASH memory pages with interrupt enabled
1026 * @brief Write Option Byte of the desired pages of the Flash.
1029 * @param NewState new state of the specified FLASH Pages Write protection.
1038 * @brief Write Option Byte of the desired pages of the Flash. in FLASH_OB_ProtectedSectorsConfig()
1040 * @param NewState new state of the specified FLASH Pages Write protection. in FLASH_OB_ProtectedSectorsConfig()
H A Dstm32l0xx_hal_flash_ramfunc.c149 * @brief Erases a specified 2 pages in program memory in parallel.
197 * @brief Program 2 half pages in program memory in parallel (half page size is 16 Words).
/btstack/port/samv71-xplained-atwilc3000/ASF/sam/drivers/mpu/
H A Dmpu.c63 * The MMU supports memory accesses based on memory sections or pages:
67 * -# Large pages Consist of 64KB blocks of memory.
68 * -# Small pages Consist of 4KB blocks of memory.
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_nand.c532 * @param NumPageToRead number of pages to read from block
613 /* Check if an extra command is needed for reading pages */ in HAL_NAND_Read_Page_8b()
639 /* Increment read pages number */ in HAL_NAND_Read_Page_8b()
642 /* Decrement pages to read */ in HAL_NAND_Read_Page_8b()
664 * @param NumPageToRead number of pages to read from block
770 /* Increment read pages number */ in HAL_NAND_Read_Page_16b()
773 /* Decrement pages to read */ in HAL_NAND_Read_Page_16b()
795 * @param NumPageToWrite number of pages to write to block
899 /* Increment written pages number */ in HAL_NAND_Write_Page_8b()
902 /* Decrement pages to write */ in HAL_NAND_Write_Page_8b()
[all …]
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_nand.c514 * @param NumPageToRead number of pages to read from block
638 /* Increment read pages number */ in HAL_NAND_Read_Page_8b()
641 /* Decrement pages to read */ in HAL_NAND_Read_Page_8b()
668 * @param NumPageToRead number of pages to read from block
791 /* Increment read pages number */ in HAL_NAND_Read_Page_16b()
794 /* Decrement pages to read */ in HAL_NAND_Read_Page_16b()
821 * @param NumPageToWrite number of pages to write to block
940 /* Increment written pages number */ in HAL_NAND_Write_Page_8b()
943 /* Decrement pages to write */ in HAL_NAND_Write_Page_8b()
970 * @param NumPageToWrite number of pages to write to block
[all …]
H A Dstm32l4xx_hal_flash.c380 /* Nb of pages to erased can be decreased */ in HAL_FLASH_IRQHandler()
383 /* Check if there are still pages to erase*/ in HAL_FLASH_IRQHandler()
396 /* No more pages to Erase */ in HAL_FLASH_IRQHandler()
397 /* Reset Address and stop Erase pages procedure */ in HAL_FLASH_IRQHandler()
452 * (if 0xFFFFFFFF, it means that all the selected pages have been erased)
H A Dstm32l4xx_hal_flash_ex.c117 * @brief Perform a mass erase or erase the specified FLASH memory pages.
123 * the pages have been correctly erased)
227 * @brief Perform a mass erase or erase the specified FLASH memory pages with interrupt enabled.
552 * This parameter must be a value between 0 and (max number of pages in the bank - 1)
631 * @brief Configure the write protection of the desired pages.
650 * This parameter can be page number between 0 and (max number of pages in the bank - 1)
653 …* This parameter can be page number between WRPStartOffset and (max number of pages in th…
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_flash.c380 /* Nb of pages to erased can be decreased */ in HAL_FLASH_IRQHandler()
383 /* Check if there are still pages to erase*/ in HAL_FLASH_IRQHandler()
396 /* No more pages to Erase */ in HAL_FLASH_IRQHandler()
397 /* Reset Address and stop Erase pages procedure */ in HAL_FLASH_IRQHandler()
452 * (if 0xFFFFFFFF, it means that all the selected pages have been erased)
H A Dstm32l4xx_hal_flash_ex.c117 * @brief Perform a mass erase or erase the specified FLASH memory pages.
123 * the pages have been correctly erased)
227 * @brief Perform a mass erase or erase the specified FLASH memory pages with interrupt enabled.
552 * This parameter must be a value between 0 and (max number of pages in the bank - 1)
631 * @brief Configure the write protection of the desired pages.
650 * This parameter can be page number between 0 and (max number of pages in the bank - 1)
653 …* This parameter can be page number between WRPStartOffset and (max number of pages in th…
/btstack/3rd-party/lwip/core/src/include/lwip/apps/
H A Dhttpd_opts.h87 * <!--#tag-->) encountered in SSI-enabled pages.
88 * SSI-enabled pages must have one of the predefined SSI-enabled file extensions.
242 /** Set this to one to show error pages when parsing a request fails instead
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_flash.h55 … This parameter must be a value between 0 and (max number of pages in the bank - 1)
57 uint32_t NbPages; /*!< Number of pages to be erased.
58 …This parameter must be a value between 1 and (max number of pages in the bank - value of initial p…
72 … This parameter must be a value between 0 and (max number of pages in the bank - 1)
75 … This parameter must be a value between WRPStartOffset and (max number of pages in the bank - 1) */
132 …__IO uint32_t NbPagesToErase; /* Internal variable to save the remaining pages to…
174 #define FLASH_TYPEERASE_PAGES ((uint32_t)0x00) /*!<Pages erase only*/
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_flash.h55 … This parameter must be a value between 0 and (max number of pages in the bank - 1)
57 uint32_t NbPages; /*!< Number of pages to be erased.
58 …This parameter must be a value between 1 and (max number of pages in the bank - value of initial p…
72 … This parameter must be a value between 0 and (max number of pages in the bank - 1)
75 … This parameter must be a value between WRPStartOffset and (max number of pages in the bank - 1) */
132 …__IO uint32_t NbPagesToErase; /* Internal variable to save the remaining pages to…
174 #define FLASH_TYPEERASE_PAGES ((uint32_t)0x00) /*!<Pages erase only*/
/btstack/3rd-party/lwip/core/src/apps/http/makefsdata/
H A Dreadme.txt2 httpd for given html pages (or other files) in a directory.
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Inc/
H A Dstm32wbxx_hal_flash.h53 uint32_t NbPages; /*!< Number of pages to be erased.
68 … This parameter must be a value between 0 and (max number of pages - 1) */
70 … This parameter must be a value between WRPStartOffset and (max number of pages - 1) */
124 …uint32_t NbPagesToErase; /* Internal variable to save the remaining pages to erase in …
224 #define FLASH_TYPEERASE_PAGES FLASH_CR_PER /*!< Pages erase only*/
/btstack/src/
H A Dbtstack_hid.h117 // HID Usage Pages
/btstack/test/mesh/
H A Dsniffer.c210 …// https://developer.bluetooth.org/gatt/characteristics/Pages/CharacteristicViewer.aspx?u=org.blue… in dump_advertisement_data()
/btstack/example/
H A Dgap_le_advertisements.c204 …// https://developer.bluetooth.org/gatt/characteristics/Pages/CharacteristicViewer.aspx?u=org.blue… in dump_advertisement_data()
/btstack/port/samv71-xplained-atwilc3000/ASF/sam/utils/cmsis/samv71/include/component/
H A Defc.h84 #define EEFC_FCR_FCMD_EPA (0x7u << 0) /**< \brief (EEFC_FCR) Erase pages */
/btstack/port/stm32-f4discovery-usb/pdm/
H A DRelease_Notes.html20 …:00Z</o:Created> <o:LastSaved>2009-03-01T17:56:00Z</o:LastSaved> <o:Pages>1</o:Pages> <o:Words>522…
/btstack/port/stm32-f4discovery-cc256x/pdm/
H A DRelease_Notes.html20 …:00Z</o:Created> <o:LastSaved>2009-03-01T17:56:00Z</o:LastSaved> <o:Pages>1</o:Pages> <o:Words>522…
/btstack/3rd-party/lwip/core/src/netif/ppp/
H A DPPPD_FOLLOWUP287 2013-06-10 - chat, pppd: Use \e instead of \\ in man pages

12