/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/ |
D | stm32wb0x_hal_radio_timer.c | 342 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 …]
|
D | stm32wb0x_hal_radio.c | 183 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()
|
D | stm32wb0x_hal_pwr.c | 343 uint8_t radio_disabled = FALSE; in HAL_PWR_ConfigDEEPSTOP()
|
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/System/Modules/RADIO_utils/Src/ |
D | RADIO_utils.c | 102 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/ |
D | flash_manager.c | 75 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;
|
D | rf_timing_synchro.c | 47 static bool rfts_window_req_pending = FALSE;
|
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/App/ |
D | transport_layer.c | 108 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()
|
D | aci_adv_nwk.c | 551 uint8_t extend = FALSE; in allocate_and_set_data_ext() 580 extend = FALSE; in allocate_and_set_data_ext()
|
D | adv_buff_alloc.c | 83 return FALSE; in new_buff_pending()
|
/hal_stm32-latest/lib/stm32wb/hci/ |
D | tl_mbox.c | 151 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()
|
D | app_common.h | 42 #undef FALSE 43 #define FALSE 0 macro
|
D | utilities_common.h | 43 #undef FALSE 44 #define FALSE 0 macro
|
D | shci_tl.c | 105 …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()
|
D | stm32_wpan_common.h | 56 #undef FALSE 57 #define FALSE 0U macro
|
D | stm_list.c | 49 return_value = FALSE; in LST_is_empty()
|
/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/System/Interfaces/ |
D | hw_pka.c | 46 return FALSE; in HW_PKA_Enable() 168 pv->run = FALSE; in HW_PKA_Disable()
|
D | hw_aes.c | 54 return FALSE; in HW_AES_Enable() 175 av->run = FALSE; in HW_AES_Disable()
|
/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/Core/Inc/ |
D | app_common.h | 45 #undef FALSE 46 #define FALSE 0 macro
|
/hal_stm32-latest/lib/stm32wba/STM32_WPAN/ |
D | stm32_wpan_common.h | 42 #undef FALSE 43 #define FALSE 0U macro
|
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/Core/Inc/ |
D | app_common.h | 42 #undef FALSE 43 #define FALSE 0 macro
|
/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/System/Modules/ |
D | utilities_common.h | 44 #undef FALSE 45 #define FALSE 0 macro
|
D | stm_list.c | 48 return_value = FALSE; in LST_is_empty()
|
/hal_stm32-latest/lib/stm32wba/STM32_WPAN/link_layer/ll_cmd_lib/inc/ |
D | common_types.h | 129 #ifndef FALSE 130 #define FALSE 0 macro
|
/hal_stm32-latest/stm32cube/stm32wb0x/soc/ |
D | stm32wb0x.h | 151 #define FALSE ((BOOL)0U) macro
|