| /hal_nxp-latest/mcux/mcux-sdk/components/pf1550/ |
| D | fsl_pf1550.c | 154 static uint8_t PF1550_GetRegulatorSetPoint(pf1550_handle_t *handle, pf1550_module_t module, uint32_… in PF1550_GetRegulatorSetPoint() 250 static uint32_t PF1550_GetRegulatorOutputVolt(pf1550_handle_t *handle, pf1550_module_t module, uint… in PF1550_GetRegulatorOutputVolt() 629 pf1550_module_t module, in PF1550_EnableRegulator() 677 bool PF1550_IsRegulatorEnabled(pf1550_handle_t *handle, pf1550_module_t module, pf1550_operating_st… in PF1550_IsRegulatorEnabled() 730 pf1550_module_t module, in PF1550_SetRegulatorOutputVoltage() 791 pf1550_module_t module, in PF1550_GetRegulatorOutputVoltage() 861 pf1550_module_t module, in PF1550_SetSwitchAttribute() 909 void PF1550_SetLdoAttribute(pf1550_handle_t *handle, pf1550_module_t module, const pf1550_ldo_attri… in PF1550_SetLdoAttribute() 1020 bool PF1550_IsRegulatorSupportDvs(pf1550_handle_t *handle, pf1550_module_t module) in PF1550_IsRegulatorSupportDvs()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/pf3000/ |
| D | fsl_pf3000.c | 173 static uint8_t PF3000_GetRegulatorSetPoint(pf3000_handle_t *handle, pf3000_module_t module, uint32_… in PF3000_GetRegulatorSetPoint() 377 static uint32_t PF3000_GetRegulatorOutputVolt(pf3000_handle_t *handle, pf3000_module_t module, uint… in PF3000_GetRegulatorOutputVolt() 711 pf3000_module_t module, in PF3000_SetRegulatorOutputVoltage() 798 pf3000_module_t module, in PF3000_GetRegulatorOutputVoltage() 886 void PF3000_EnableRegulator(pf3000_handle_t *handle, pf3000_module_t module, bool enable) in PF3000_EnableRegulator() 929 bool PF3000_IsRegulatorEnabled(pf3000_handle_t *handle, pf3000_module_t module) in PF3000_IsRegulatorEnabled() 986 pf3000_module_t module, in PF3000_SetSwitchAttribute() 1058 void PF3000_SetLdoAttribute(pf3000_handle_t *handle, pf3000_module_t module, const pf3000_ldo_attri… in PF3000_SetLdoAttribute()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/codec/sgtl5000/ |
| D | fsl_sgtl5000.c | 173 status_t SGTL_EnableModule(sgtl_handle_t *handle, sgtl_module_t module) in SGTL_EnableModule() 219 status_t SGTL_DisableModule(sgtl_handle_t *handle, sgtl_module_t module) in SGTL_DisableModule() 373 status_t SGTL_SetVolume(sgtl_handle_t *handle, sgtl_module_t module, uint32_t volume) in SGTL_SetVolume() 420 uint32_t SGTL_GetVolume(sgtl_handle_t *handle, sgtl_module_t module) in SGTL_GetVolume() 450 status_t SGTL_SetMute(sgtl_handle_t *handle, sgtl_module_t module, bool mute) in SGTL_SetMute()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/codec/wm8960/ |
| D | fsl_wm8960.c | 294 status_t WM8960_SetModule(wm8960_handle_t *handle, wm8960_module_t module, bool isEnabled) in WM8960_SetModule() 561 status_t WM8960_SetVolume(wm8960_handle_t *handle, wm8960_module_t module, uint32_t volume) in WM8960_SetVolume() 650 uint32_t WM8960_GetVolume(wm8960_handle_t *handle, wm8960_module_t module) in WM8960_GetVolume() 679 status_t WM8960_SetMute(wm8960_handle_t *handle, wm8960_module_t module, bool isEnabled) in WM8960_SetMute()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/codec/wm8962/ |
| D | fsl_wm8962.c | 424 status_t WM8962_SetModulePower(wm8962_handle_t *handle, wm8962_module_t module, bool isEnabled) in WM8962_SetModulePower() 546 status_t WM8962_SetModuleVolume(wm8962_handle_t *handle, wm8962_module_t module, uint32_t volume) in WM8962_SetModuleVolume() 635 uint32_t WM8962_GetModuleVolume(wm8962_handle_t *handle, wm8962_module_t module) in WM8962_GetModuleVolume() 660 status_t WM8962_SetModuleMute(wm8962_handle_t *handle, wm8962_module_t module, bool isEnabled) in WM8962_SetModuleMute()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/codec/port/sgtl5000/ |
| D | fsl_codec_sgtl_adapter.c | 27 #define HAL_SGTL_MAP_MODULE(module) \ argument 206 status_t HAL_CODEC_SGTL5000_SetPower(void *handle, uint32_t module, bool powerOn) in HAL_CODEC_SGTL5000_SetPower()
|
| D | fsl_codec_sgtl_adapter.h | 210 static inline status_t HAL_CODEC_SetPower(void *handle, uint32_t module, bool powerOn) in HAL_CODEC_SetPower()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/codec/port/wm8960/ |
| D | fsl_codec_wm8960_adapter.c | 41 #define HAL_WM8960_MAP_MODULE(module) \ argument 215 status_t HAL_CODEC_WM8960_SetPower(void *handle, uint32_t module, bool powerOn) in HAL_CODEC_WM8960_SetPower()
|
| D | fsl_codec_wm8960_adapter.h | 208 static inline status_t HAL_CODEC_SetPower(void *handle, uint32_t module, bool powerOn) in HAL_CODEC_SetPower()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/codec/port/wm8962/ |
| D | fsl_codec_wm8962_adapter.c | 42 #define HAL_WM8962_MAP_MODULE(module) \ argument 214 status_t HAL_CODEC_WM8962_SetPower(void *handle, uint32_t module, bool powerOn) in HAL_CODEC_WM8962_SetPower()
|
| D | fsl_codec_wm8962_adapter.h | 210 static inline status_t HAL_CODEC_SetPower(void *handle, uint32_t module, bool powerOn) in HAL_CODEC_SetPower()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/codec/port/wm8904/ |
| D | fsl_codec_wm8904_adapter.c | 40 #define HAL_WM8904_MAP_MODULE(module) \ argument 210 status_t HAL_CODEC_WM8904_SetPower(void *handle, uint32_t module, bool powerOn) in HAL_CODEC_WM8904_SetPower()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/log/ |
| D | fsl_component_log.c | 440 void LOG_AsyncPrintf(log_module_t const *module, in LOG_AsyncPrintf() 523 void LOG_Printf(log_module_t const *module, log_level_t level, unsigned int timeStamp, char const *… in LOG_Printf()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKE04Z4/drivers/ |
| D | fsl_port.c | 62 void PORT_SetPinSelect(port_module_t module, port_pin_select_t pin) in PORT_SetPinSelect()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKE02Z4/drivers/ |
| D | fsl_port.c | 73 void PORT_SetPinSelect(port_module_t module, port_pin_select_t pin) in PORT_SetPinSelect()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKE06Z4/drivers/ |
| D | fsl_port.c | 65 void PORT_SetPinSelect(port_module_t module, port_pin_select_t pin) in PORT_SetPinSelect()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKE04Z1284/drivers/ |
| D | fsl_port.c | 65 void PORT_SetPinSelect(port_module_t module, port_pin_select_t pin) in PORT_SetPinSelect()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/codec/port/ak4497/ |
| D | fsl_codec_ak4497_adapter.h | 210 static inline status_t HAL_CODEC_SetPower(void *handle, uint32_t module, bool powerOn) in HAL_CODEC_SetPower()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/codec/port/cs42448/ |
| D | fsl_codec_cs42448_adapter.h | 210 static inline status_t HAL_CODEC_SetPower(void *handle, uint32_t module, bool powerOn) in HAL_CODEC_SetPower()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/codec/port/cs42888/ |
| D | fsl_codec_cs42888_adapter.h | 210 static inline status_t HAL_CODEC_SetPower(void *handle, uint32_t module, bool powerOn) in HAL_CODEC_SetPower()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/codec/port/da7212/ |
| D | fsl_codec_da7212_adapter.h | 210 static inline status_t HAL_CODEC_SetPower(void *handle, uint32_t module, bool powerOn) in HAL_CODEC_SetPower()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/codec/port/pcm186x/ |
| D | fsl_codec_pcm186x_adapter.h | 210 static inline status_t HAL_CODEC_SetPower(void *handle, uint32_t module, bool powerOn) in HAL_CODEC_SetPower()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/codec/port/pcm512x/ |
| D | fsl_codec_pcm512x_adapter.h | 210 static inline status_t HAL_CODEC_SetPower(void *handle, uint32_t module, bool powerOn) in HAL_CODEC_SetPower()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/codec/port/tfa9896/ |
| D | fsl_codec_tfa9896_adapter.h | 207 static inline status_t HAL_CODEC_SetPower(void *handle, uint32_t module, bool powerOn) in HAL_CODEC_SetPower()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/codec/port/tfa9xxx/ |
| D | fsl_codec_tfa9xxx_adapter.h | 210 static inline status_t HAL_CODEC_SetPower(void *handle, uint32_t module, bool powerOn) in HAL_CODEC_SetPower()
|