mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-26 11:26:07 +00:00
Refactor to abstract the use of software interrupts in nRF5 Series. Also, reduce the number of SWI used when interrupt priority level configured is same for ULL High and ULL Low contexts. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
8 lines
129 B
C
8 lines
129 B
C
/*
|
|
* Copyright (c) 2019 Nordic Semiconductor ASA
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#include "hal/swi_vendor_hal.h"
|