Home
last modified time | relevance | path

Searched refs:HAL_CODEC_CS42448_HANDLER_SIZE (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/codec/port/
Dfsl_codec_adapter.h119 #if ((defined HAL_CODEC_HANDLER_SIZE) && (HAL_CODEC_HANDLER_SIZE < HAL_CODEC_CS42448_HANDLER_SIZE))
121 #define HAL_CODEC_HANDLER_SIZE HAL_CODEC_CS42448_HANDLER_SIZE
125 #define HAL_CODEC_HANDLER_SIZE HAL_CODEC_CS42448_HANDLER_SIZE
/hal_nxp-latest/mcux/mcux-sdk/components/codec/port/cs42448/
Dfsl_codec_cs42448_adapter.h24 #define HAL_CODEC_CS42448_HANDLER_SIZE (CS42448_I2C_HANDLER_SIZE + 4) macro