Home
last modified time | relevance | path

Searched refs:rrm_udra_test (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio.c1247 uint32_t *rrm_udra_test = ((uint32_t *)&RRM->RRM_CTRL) + 0x01; in HAL_RADIO_StartTone() local
1248 *rrm_udra_test = 0x03; in HAL_RADIO_StartTone()
1278 uint32_t *rrm_udra_test = ((uint32_t *)&RRM->RRM_CTRL) + 0x01; in HAL_RADIO_StopTone() local
1279 *rrm_udra_test = 0x00; in HAL_RADIO_StopTone()
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/System/Modules/RADIO_utils/Src/
DRADIO_utils.c313 volatile uint32_t *rrm_udra_test = &RRM->RRM_CTRL + 0x01; in RADIO_ToneStop() local
314 *rrm_udra_test = 0x00; in RADIO_ToneStop()