nrfxlib API 3.3.99
Loading...
Searching...
No Matches
nrf_config_semmc.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef NRF_SEMMC_CONFIG_H__
8#define NRF_SEMMC_CONFIG_H__
9
15#ifndef NRF_SEMMC_ENABLED
16#define NRF_SEMMC_ENABLED 0
17#endif
18
24#ifndef NRF_SEMMC_RESPONSE_SIZE
25#define NRF_SEMMC_RESPONSE_SIZE 4
26#endif // NRF_SEMMC_T_SIZE
27
33#ifndef NRF_SEMMC_TRANSFERS_PER_REQUEST
34#define NRF_SEMMC_TRANSFERS_PER_REQUEST 1
35#endif
36
37#endif // NRF_SEMMC_CONFIG_H__