16#ifndef MPSL_CX_SOFTWARE__
17#define MPSL_CX_SOFTWARE__
23#include <zephyr/sys_clock.h>
27#ifdef CONFIG_MPSL_CX_SOFTWARE_RPC_CLIENT
34 MPSL_CX_OP_IDLE_LISTEN = 0x01,
38typedef uint8_t mpsl_cx_op_map_t;
40#include <protocol/mpsl_cx_protocol_api.h>
int mpsl_cx_software_set_granted_ops(mpsl_cx_op_map_t ops, k_timeout_t timeout)
Configures granted radio operations.