Home
last modified time | relevance | path

Searched refs:TRUE (Results 1 – 21 of 21) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio_timer.c361 RADIO_TIMER_Context.enableTimeBase = TRUE; in HAL_RADIO_TIMER_Init()
379 _configureTxRxDelay(&RADIO_TIMER_Context, TRUE); in HAL_RADIO_TIMER_Init()
454 RADIO_TIMER_Context.radioTimer.pending = TRUE; in HAL_RADIO_TIMER_Tick()
573 RADIO_TIMER_Context.stop_notimer_action = TRUE; in HAL_RADIO_TIMER_PowerSaveLevelCheck()
608 RADIO_TIMER_Context.radioTimer.pending = TRUE; in HAL_RADIO_TIMER_SetRadioTimerValue()
1194 RADIO_TIMER_Context.calibrationSettings.calibration_in_progress = TRUE; in _calibration_callback()
1207 timerHandle->active = TRUE; in _start_timer()
1277 share = TRUE; in _update_user_timeout()
1280 if (share == TRUE) in _update_user_timeout()
1286 VTIMER_SetWakeupTime(delay, TRUE); in _update_user_timeout()
[all …]
Dstm32wb0x_hal_radio.c167 return TRUE; in CondRoutineTrue()
172 return TRUE; in DataRoutineNull()
181 return TRUE; in CondRoutineRxTrue()
250 mr_ble_rxadc_delay_flag = TRUE; in HAL_RADIO_Init()
261 mr_ble_rxadc_delay_flag = TRUE; in HAL_RADIO_Init()
508 return TRUE; in HAL_RADIO_Callback()
535 …obalParameters.current_action_packet->condRoutine(globalParameters.current_action_packet)) == TRUE) in HAL_RADIO_ActionPacketIsr()
1497 return TRUE; in CarrierSenseCallback()
1572 _timeout = TRUE; in CarrierSenseCallback()
1574 return TRUE; in CarrierSenseCallback()
Dstm32wb0x_hal_pwr.c356 radio_disabled = TRUE; in HAL_PWR_ConfigDEEPSTOP()
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/App/
Dtransport_layer.c109 uint8_t allowed = TRUE; in check_legacy_extended_call()
115 legacy_cmd_issued = TRUE; in check_legacy_extended_call()
116 allowed = TRUE; // OK in check_legacy_extended_call()
123 extended_cmd_issued = TRUE; in check_legacy_extended_call()
124 allowed = TRUE; // OK in check_legacy_extended_call()
Daci_adv_nwk.c337 *adv_enabled = TRUE; in adv_data_check_param()
394 *adv_enabled = TRUE; in scan_resp_data_check_param()
586 extend = TRUE; in allocate_and_set_data_ext()
633 …f(((Enable & 0x01U) == 0x01U) && (new_buff_pending(Advertising_Handle, PERIODIC_ADV_DATA) == TRUE)) in hci_le_set_periodic_advertising_enable_preprocess()
651 if(new_buff_pending(Advertising_Set_Parameters[i].Advertising_Handle, ADV_DATA) == TRUE || in hci_le_set_extended_advertising_enable_preprocess()
652 new_buff_pending(Advertising_Set_Parameters[i].Advertising_Handle, SCAN_RESP_DATA) == TRUE) in hci_le_set_extended_advertising_enable_preprocess()
Dadv_buff_alloc.c86 return TRUE; in new_buff_pending()
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/System/Modules/RADIO_utils/Src/
DRADIO_utils.c189 high_power = TRUE; in RADIO_SetHighPower()
202 if(high_power == TRUE) in RADIO_SetHighPower()
431 return TRUE; in LL_busy()
485 tone_started = TRUE; in aci_hal_tone_start()
/hal_stm32-latest/lib/stm32wba/STM32_WPAN/link_layer/ll_cmd_lib/inc/
Dcommon_types.h110 #define CS_TESTING TRUE
125 #ifndef TRUE
126 #define TRUE 1 macro
/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/System/Interfaces/
Dhw_pka.c49 pv->run = TRUE; in HW_PKA_Enable()
77 return TRUE; in HW_PKA_Enable()
Dhw_aes.c56 av->run = TRUE; in HW_AES_Enable()
65 return TRUE; in HW_AES_Enable()
/hal_stm32-latest/lib/stm32wb/hci/
Dapp_common.h45 #undef TRUE
46 #define TRUE (!0) macro
Dutilities_common.h46 #undef TRUE
47 #define TRUE (!0) macro
Dstm32_wpan_common.h59 #undef TRUE
60 #define TRUE (!0U) macro
Dstm_list.c45 return_value = TRUE; in LST_is_empty()
/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/Core/Inc/
Dapp_common.h48 #undef TRUE
49 #define TRUE (!0) macro
/hal_stm32-latest/lib/stm32wba/STM32_WPAN/
Dstm32_wpan_common.h45 #undef TRUE
46 #define TRUE (!0U) macro
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/Core/Inc/
Dapp_common.h45 #undef TRUE
46 #define TRUE (!0) macro
/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/System/Modules/
Dutilities_common.h47 #undef TRUE
48 #define TRUE (!0) macro
Dstm_list.c44 return_value = TRUE; in LST_is_empty()
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/Target/
Dbleplat_cntr.c224 if(Cal_Enabled == TRUE) in BLEPLAT_CNTR_GetTimer2TimeoutForIfs()
251 if(Cal_Enabled == TRUE) in BLEPLAT_CNTR_GetTimer2TimeoutForIfs()
/hal_stm32-latest/stm32cube/stm32wb0x/soc/
Dstm32wb0x.h150 #define TRUE ((BOOL)1U) macro