Home
last modified time | relevance | path

Searched refs:ENOMEM (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dconfig.h28 #ifndef ENOMEM
29 #define ENOMEM 12 /* Not enough core */ macro
Dtfa2_dev.c1317 return -ENOMEM; in tfa2_i2c_read_regs()
1468 return -ENOMEM; in write_cf_mem()
1532 return -ENOMEM; in read_cf_mem()
/hal_nxp-3.6.0/mcux/mcux-sdk/utilities/misc_utilities/
Dfsl_sbrk.c42 errno = ENOMEM; in _sbrk()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/tfa9xxx/
Dfsl_tfa9xxx_IMX.c225 case -ENOMEM: in TFA9XXX_ConvertErrorCode()