Searched refs:info (Results 1 – 5 of 5) sorted by relevance
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/App/ |
D | adv_buff_alloc.c | 78 struct adv_set_info_s *info; in new_buff_pending() local 80 info = search_handle(handle, data_type); in new_buff_pending() 82 if(info == NULL || info->next_buff_data == NULL){ in new_buff_pending() 105 struct adv_set_info_s *info; in adv_buff_alloc() local 109 info = search_handle(handle, data_type); in adv_buff_alloc() 110 if(info == NULL){ in adv_buff_alloc() 112 info = search_handle(0xFF, data_type); in adv_buff_alloc() 113 if(info){ in adv_buff_alloc() 114 info->handle = handle; in adv_buff_alloc() 115 info->old_buff_data = NULL; in adv_buff_alloc() [all …]
|
/hal_stm32-latest/scripts/ |
D | serie_update.py | 184 logging.info( 219 logging.info("%s", f"Branch used: {branch}") 345 logging.info( 389 logging.info( 473 logging.info("%s", "Create a new CMakeLists.txt file") 602 logging.info("%s", "Apply zephyr patches to " + self.version_update) 656 logging.info("%s", "commit BLE library update") 659 logging.info("%s", "commit HAL/LL Cube update ") 734 logging.info( 749 logging.info( [all …]
|
D | update_stm32_package.py | 77 logging.info( 116 logging.info("%s", "Add option --noclean") 158 logging.info("%s", "Cube update: Done") 192 logging.info("%s", "LL HAL header update: Done")
|
D | ble_library.py | 324 logging.info(" ... Updating ble library ...")
|
/hal_stm32-latest/scripts/genpinctrl/ |
D | genpinctrl.py | 575 logger.info(f"Could not determine XML namespace from {sampled_file}") 581 logger.info(f"Using {NS} as XML namespace.") 625 logger.info(f"Processing family {family}...")
|