Lines Matching refs:ui32Module

136         uint32_t ui32Module = pBLE->ui32Module;  in am_util_ble_init_rf_channel()  local
151 ui32IntEnable = BLEIFn(ui32Module)->INTEN; in am_util_ble_init_rf_channel()
152 BLEIFn(ui32Module)->INTEN = 0; in am_util_ble_init_rf_channel()
161 BLEIFn(ui32Module)->BLEDBG_b.IOCLKON = 1; in am_util_ble_init_rf_channel()
166 while ( BLEIFn(ui32Module)->BSTATUS_b.BLEIRQ == 0 ); in am_util_ble_init_rf_channel()
186 BLEIFn(ui32Module)->BLEDBG_b.IOCLKON = 1; in am_util_ble_init_rf_channel()
191 while ( BLEIFn(ui32Module)->BSTATUS_b.BLEIRQ == 0 ); in am_util_ble_init_rf_channel()
198 BLEIFn(ui32Module)->INTCLR = ui32IntEnable; in am_util_ble_init_rf_channel()
199 BLEIFn(ui32Module)->INTEN = ui32IntEnable; in am_util_ble_init_rf_channel()
278 uint32_t ui32Module = pBLE->ui32Module; in am_util_ble_hci_reset() local
291 ui32IntEnable = BLEIFn(ui32Module)->INTEN; in am_util_ble_hci_reset()
292 BLEIFn(ui32Module)->INTEN = 0; in am_util_ble_hci_reset()
298 BLEIFn(ui32Module)->BLEDBG_b.IOCLKON = 1; in am_util_ble_hci_reset()
305 if ( BLEIFn(ui32Module)->BSTATUS_b.BLEIRQ != 0 ) in am_util_ble_hci_reset()
324 BLEIFn(ui32Module)->INTCLR = ui32IntEnable; in am_util_ble_hci_reset()
325 BLEIFn(ui32Module)->INTEN = ui32IntEnable; in am_util_ble_hci_reset()
345 uint32_t ui32Module = pBLE->ui32Module; in am_util_ble_trasmitter_test_ex() local
361 ui32IntEnable = BLEIFn(ui32Module)->INTEN; in am_util_ble_trasmitter_test_ex()
362 BLEIFn(ui32Module)->INTEN = 0; in am_util_ble_trasmitter_test_ex()
368 BLEIFn(ui32Module)->BLEDBG_b.IOCLKON = 1; in am_util_ble_trasmitter_test_ex()
375 if (BLEIFn(ui32Module)->BSTATUS_b.BLEIRQ != 0) in am_util_ble_trasmitter_test_ex()
394 BLEIFn(ui32Module)->INTCLR = ui32IntEnable; in am_util_ble_trasmitter_test_ex()
395 BLEIFn(ui32Module)->INTEN = ui32IntEnable; in am_util_ble_trasmitter_test_ex()
414 uint32_t ui32Module = pBLE->ui32Module; in am_util_ble_receiver_test_ex() local
426 ui32IntEnable = BLEIFn(ui32Module)->INTEN; in am_util_ble_receiver_test_ex()
427 BLEIFn(ui32Module)->INTEN = 0; in am_util_ble_receiver_test_ex()
436 BLEIFn(ui32Module)->BLEDBG_b.IOCLKON = 1; in am_util_ble_receiver_test_ex()
441 while ( BLEIFn(ui32Module)->BSTATUS_b.BLEIRQ == 0 ); in am_util_ble_receiver_test_ex()
461 BLEIFn(ui32Module)->BLEDBG_b.IOCLKON = 1; in am_util_ble_receiver_test_ex()
466 while ( BLEIFn(ui32Module)->BSTATUS_b.BLEIRQ == 0 ); in am_util_ble_receiver_test_ex()
474 BLEIFn(ui32Module)->INTCLR = ui32IntEnable; in am_util_ble_receiver_test_ex()
475 BLEIFn(ui32Module)->INTEN = ui32IntEnable; in am_util_ble_receiver_test_ex()
503 uint32_t ui32Module = pBLE->ui32Module; in am_util_ble_set_carrier_wave_ex() local
519 ui32IntEnable = BLEIFn(ui32Module)->INTEN; in am_util_ble_set_carrier_wave_ex()
520 BLEIFn(ui32Module)->INTEN = 0; in am_util_ble_set_carrier_wave_ex()
526 BLEIFn(ui32Module)->BLEDBG_b.IOCLKON = 1; in am_util_ble_set_carrier_wave_ex()
533 if (BLEIFn(ui32Module)->BSTATUS_b.BLEIRQ != 0) in am_util_ble_set_carrier_wave_ex()
552 BLEIFn(ui32Module)->INTCLR = ui32IntEnable; in am_util_ble_set_carrier_wave_ex()
553 BLEIFn(ui32Module)->INTEN = ui32IntEnable; in am_util_ble_set_carrier_wave_ex()
595 uint32_t ui32Module = pBLE->ui32Module; in am_util_ble_set_constant_transmission_ex() local
612 ui32IntEnable = BLEIFn(ui32Module)->INTEN; in am_util_ble_set_constant_transmission_ex()
613 BLEIFn(ui32Module)->INTEN = 0; in am_util_ble_set_constant_transmission_ex()
619 BLEIFn(ui32Module)->BLEDBG_b.IOCLKON = 1; in am_util_ble_set_constant_transmission_ex()
626 if (BLEIFn(ui32Module)->BSTATUS_b.BLEIRQ != 0) in am_util_ble_set_constant_transmission_ex()
645 BLEIFn(ui32Module)->INTCLR = ui32IntEnable; in am_util_ble_set_constant_transmission_ex()
646 BLEIFn(ui32Module)->INTEN = ui32IntEnable; in am_util_ble_set_constant_transmission_ex()