1 /* 2 * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7 #include "soc/ieee802154_periph.h" 8 9 const ieee802154_conn_t ieee802154_periph = { 10 .module = PERIPH_IEEE802154_MODULE, 11 .irq_id = ETS_ZB_MAC_SOURCE, 12 }; 13