Home
last modified time | relevance | path

Searched defs:module (Results 1 – 25 of 43) sorted by relevance

12

/hal_nxp-latest/mcux/mcux-sdk/components/pf1550/
Dfsl_pf1550.c154 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/
Dfsl_pf3000.c173 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/
Dfsl_sgtl5000.c173 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/
Dfsl_wm8960.c294 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/
Dfsl_wm8962.c424 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/
Dfsl_codec_sgtl_adapter.c27 #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()
Dfsl_codec_sgtl_adapter.h210 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/
Dfsl_codec_wm8960_adapter.c41 #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()
Dfsl_codec_wm8960_adapter.h208 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/
Dfsl_codec_wm8962_adapter.c42 #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()
Dfsl_codec_wm8962_adapter.h210 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/
Dfsl_codec_wm8904_adapter.c40 #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/
Dfsl_component_log.c440 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/
Dfsl_port.c62 void PORT_SetPinSelect(port_module_t module, port_pin_select_t pin) in PORT_SetPinSelect()
/hal_nxp-latest/mcux/mcux-sdk/devices/MKE02Z4/drivers/
Dfsl_port.c73 void PORT_SetPinSelect(port_module_t module, port_pin_select_t pin) in PORT_SetPinSelect()
/hal_nxp-latest/mcux/mcux-sdk/devices/MKE06Z4/drivers/
Dfsl_port.c65 void PORT_SetPinSelect(port_module_t module, port_pin_select_t pin) in PORT_SetPinSelect()
/hal_nxp-latest/mcux/mcux-sdk/devices/MKE04Z1284/drivers/
Dfsl_port.c65 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/
Dfsl_codec_ak4497_adapter.h210 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/
Dfsl_codec_cs42448_adapter.h210 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/
Dfsl_codec_cs42888_adapter.h210 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/
Dfsl_codec_da7212_adapter.h210 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/
Dfsl_codec_pcm186x_adapter.h210 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/
Dfsl_codec_pcm512x_adapter.h210 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/
Dfsl_codec_tfa9896_adapter.h207 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/
Dfsl_codec_tfa9xxx_adapter.h210 static inline status_t HAL_CODEC_SetPower(void *handle, uint32_t module, bool powerOn) in HAL_CODEC_SetPower()

12