Home
last modified time | relevance | path

Searched refs:FALSE (Results 1 – 24 of 24) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio_timer.c342 RADIO_TIMER_Context.calibrationSettings.calibration_in_progress = FALSE; in HAL_RADIO_TIMER_Init()
362 RADIO_TIMER_Context.stop_notimer_action = FALSE; in HAL_RADIO_TIMER_Init()
367 RADIO_TIMER_Context.radioTimer.active = FALSE; in HAL_RADIO_TIMER_Init()
368 RADIO_TIMER_Context.radioTimer.pending = FALSE; in HAL_RADIO_TIMER_Init()
369 RADIO_TIMER_Context.radioTimer.intTxRx_to_be_served = FALSE; in HAL_RADIO_TIMER_Init()
397 RADIO_TIMER_Context.radioTimer.active = FALSE; in HAL_RADIO_TIMER_Tick()
416 curr->active = FALSE; in HAL_RADIO_TIMER_Tick()
439 RADIO_TIMER_Context.calibrationSettings.calibration_in_progress = FALSE; in HAL_RADIO_TIMER_Tick()
440 … if ((RADIO_TIMER_Context.wakeup_calibration == FALSE) && RADIO_TIMER_Context.stop_notimer_action) in HAL_RADIO_TIMER_Tick()
442 RADIO_TIMER_Context.stop_notimer_action = FALSE; in HAL_RADIO_TIMER_Tick()
[all …]
Dstm32wb0x_hal_radio.c183 return FALSE; in CondRoutineRxTrue()
257 mr_ble_rxadc_delay_flag = FALSE; in HAL_RADIO_Init()
1600 _timeout = FALSE; in HAL_RADIO_CarrierSense()
1612 while (_timeout == FALSE && loop++ < 60000); in HAL_RADIO_CarrierSense()
Dstm32wb0x_hal_pwr.c343 uint8_t radio_disabled = FALSE; in HAL_PWR_ConfigDEEPSTOP()
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/System/Modules/RADIO_utils/Src/
DRADIO_utils.c102 uint8_t high_power = FALSE;
103 uint8_t tone_started = FALSE;
187 if(high_power == FALSE) in RADIO_SetHighPower()
204 high_power = FALSE; in RADIO_SetHighPower()
236 if(high_power == FALSE) in HAL_RADIO_TxRxSeqCallback()
436 return FALSE; in LL_busy()
455 if (LL_busy() == FALSE) in aci_hal_tone_start()
505 tone_started = FALSE; in aci_hal_tone_stop()
/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/System/Modules/Flash/
Dflash_manager.c75 static bool busy_flash_sem = FALSE;
80 static bool flash_manager_busy = FALSE;
85 static bool fm_window_granted = FALSE;
95 static bool fm_cb_pending_list_init = FALSE;
Drf_timing_synchro.c47 static bool rfts_window_req_pending = FALSE;
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/App/
Dtransport_layer.c108 static uint8_t legacy_cmd_issued = FALSE, extended_cmd_issued = FALSE; in check_legacy_extended_call()
113 allowed = FALSE; // Error in check_legacy_extended_call()
121 allowed = FALSE; // Error in check_legacy_extended_call()
Daci_adv_nwk.c551 uint8_t extend = FALSE; in allocate_and_set_data_ext()
580 extend = FALSE; in allocate_and_set_data_ext()
Dadv_buff_alloc.c83 return FALSE; in new_buff_pending()
/hal_stm32-latest/lib/stm32wb/hci/
Dtl_mbox.c151 while(LST_is_empty(&EvtQueue) == FALSE) in HW_IPCC_BLE_RxEvtNot()
238 while(LST_is_empty(&SystemEvtQueue) == FALSE) in HW_IPCC_SYS_EvtNot()
626 while ( FALSE == LST_is_empty (&LocalFreeBufQueue) ) in SendFreeBuf()
653 while(LST_is_empty(&TracesEvtQueue) == FALSE) in HW_IPCC_TRACES_EvtNot()
Dapp_common.h42 #undef FALSE
43 #define FALSE 0 macro
Dutilities_common.h43 #undef FALSE
44 #define FALSE 0 macro
Dshci_tl.c105 …if((LST_is_empty(&SHciAsynchEventQueue) == FALSE) && (SHCI_TL_UserEventFlow != SHCI_TL_UserEventFl… in shci_user_evt_proc()
134 …if((LST_is_empty(&SHciAsynchEventQueue) == FALSE) && (SHCI_TL_UserEventFlow != SHCI_TL_UserEventFl… in shci_user_evt_proc()
Dstm32_wpan_common.h56 #undef FALSE
57 #define FALSE 0U macro
Dstm_list.c49 return_value = FALSE; in LST_is_empty()
/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/System/Interfaces/
Dhw_pka.c46 return FALSE; in HW_PKA_Enable()
168 pv->run = FALSE; in HW_PKA_Disable()
Dhw_aes.c54 return FALSE; in HW_AES_Enable()
175 av->run = FALSE; in HW_AES_Disable()
/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/Core/Inc/
Dapp_common.h45 #undef FALSE
46 #define FALSE 0 macro
/hal_stm32-latest/lib/stm32wba/STM32_WPAN/
Dstm32_wpan_common.h42 #undef FALSE
43 #define FALSE 0U macro
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/Core/Inc/
Dapp_common.h42 #undef FALSE
43 #define FALSE 0 macro
/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/System/Modules/
Dutilities_common.h44 #undef FALSE
45 #define FALSE 0 macro
Dstm_list.c48 return_value = FALSE; in LST_is_empty()
/hal_stm32-latest/lib/stm32wba/STM32_WPAN/link_layer/ll_cmd_lib/inc/
Dcommon_types.h129 #ifndef FALSE
130 #define FALSE 0 macro
/hal_stm32-latest/stm32cube/stm32wb0x/soc/
Dstm32wb0x.h151 #define FALSE ((BOOL)0U) macro