Searched refs:helper (Results 1 – 4 of 4) sorted by relevance
66 flash_safety_helper_t *helper = get_flash_safety_helper(); in flash_safe_execute_core_init() local67 return helper ? helper->core_init_deinit(true) : false; in flash_safe_execute_core_init()71 flash_safety_helper_t *helper = get_flash_safety_helper(); in flash_safe_execute_core_deinit() local72 return helper ? helper->core_init_deinit(false) : false; in flash_safe_execute_core_deinit()76 flash_safety_helper_t *helper = get_flash_safety_helper(); in flash_safe_execute() local77 if (!helper) return PICO_ERROR_NOT_PERMITTED; in flash_safe_execute()78 int rc = helper->enter_safe_zone_timeout_ms(enter_exit_timeout_ms); in flash_safe_execute()81 rc = helper->exit_safe_zone_timeout_ms(enter_exit_timeout_ms); in flash_safe_execute()
35 ├── helpers # nrfx driver helper files
18 …application core-specific functionalities for nRF5340 in the RESET HAL and the reset reason helper.32 - Added the nrfx_reset_reason helper layer, to facilitate developing generic code that uses the RES…127 - Moved the nrfx_gppi helper from helpers/nrfx_gppi/ to helpers/.134 - Added the nrfx_gppi helper layer to facilitate developing generic code that can utilize PPI or DP…
275 u32_t helper; in tcp_seg_add_chksum() local277 helper = chksum + *seg_chksum; in tcp_seg_add_chksum()278 chksum = FOLD_U32T(helper); in tcp_seg_add_chksum()
Completed in 8 milliseconds