Lines Matching refs:ui32IntEnable
630 uint32_t ui32IntEnable; in am_util_ble_platform_reset() local
642 ui32IntEnable = BLEIFn(ui32Module)->INTEN; in am_util_ble_platform_reset()
676 BLEIFn(ui32Module)->INTCLR = ui32IntEnable; in am_util_ble_platform_reset()
677 BLEIFn(ui32Module)->INTEN = ui32IntEnable; in am_util_ble_platform_reset()
1784 uint32_t ui32IntEnable; in am_hal_ble_blocking_transfer() local
1814 ui32IntEnable = BLEIFn(ui32Module)->INTEN; in am_hal_ble_blocking_transfer()
1909 BLEIFn(ui32Module)->INTEN = ui32IntEnable; in am_hal_ble_blocking_transfer()
1921 BLEIFn(ui32Module)->INTEN = ui32IntEnable; in am_hal_ble_blocking_transfer()
1930 BLEIFn(ui32Module)->INTEN = ui32IntEnable; in am_hal_ble_blocking_transfer()
2072 BLEIFn(ui32Module)->INTEN = ui32IntEnable; in am_hal_ble_blocking_transfer()
2823 uint32_t ui32IntEnable; in am_hal_ble_plf_reg_read() local
2857 ui32IntEnable = BLEIFn(ui32Module)->INTEN; in am_hal_ble_plf_reg_read()
2884 BLEIFn(ui32Module)->INTCLR = ui32IntEnable; in am_hal_ble_plf_reg_read()
2885 BLEIFn(ui32Module)->INTEN = ui32IntEnable; in am_hal_ble_plf_reg_read()
2901 uint32_t ui32IntEnable; in am_hal_ble_plf_reg_write() local
2935 ui32IntEnable = BLEIFn(ui32Module)->INTEN; in am_hal_ble_plf_reg_write()
2959 BLEIFn(ui32Module)->INTCLR = ui32IntEnable; in am_hal_ble_plf_reg_write()
2960 BLEIFn(ui32Module)->INTEN = ui32IntEnable; in am_hal_ble_plf_reg_write()