Home
last modified time | relevance | path

Searched refs:period (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio_timer.c80 …uint32_t period; /** Number of 16 MHz clock cycles in (2*(SLOW_COUNT+1)) low speed oscillat… member
329 RADIO_TIMER_Context.calibrationData.period = 23437; in HAL_RADIO_TIMER_Init()
1102 int32_t period; in _get_calibration_data() local
1111 period = LL_RADIO_TIMER_GetLSIPeriod(RADIO_CTRL); in _get_calibration_data()
1112 while (period != LL_RADIO_TIMER_GetLSIPeriod(RADIO_CTRL) || period == 0) in _get_calibration_data()
1114 period = LL_RADIO_TIMER_GetLSIPeriod(RADIO_CTRL); in _get_calibration_data()
1118 b1 = period >> 8 ; in _get_calibration_data()
1119 b2 = period & 0xff ; in _get_calibration_data()
1121 calibrationData->period = period; in _get_calibration_data()
1462 uint32_t period; in _update_system_time() local
[all …]
/hal_stm32-latest/lib/stm32wb0/STM32_BLE/stack/config/
Dble_stack_user_cfg.c3539 uint16_t period) in aci_gap_start_procedure() argument
3544 period); in aci_gap_start_procedure()
/hal_stm32-latest/lib/stm32wba/STM32_WPAN/link_layer/ll_cmd_lib/inc/
Dll_intf.h2957 uint8_t filter_duplicates, uint16_t durtion, uint16_t period);
/hal_stm32-latest/lib/stm32wb0/STM32_BLE/stack/include/
Dble_stack_user_cfg.h1897 uint16_t period);