5f53afca0a
Add SOC definition for NXP RW Family Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
14 lines
278 B
C
14 lines
278 B
C
/*
|
|
* Copyright 2022-2023 NXP
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#ifndef _FLEXSPI_CLOCK_SETUP_H_
|
|
#define _FLEXSPI_CLOCK_SETUP_H_
|
|
|
|
#include "fsl_common.h"
|
|
|
|
void set_flexspi_clock(FLEXSPI_Type *base, uint32_t src, uint32_t divider);
|
|
|
|
#endif /* _FLEXSPI_CLOCK_SETUP_H_ */
|