1# STM32CUBE HAL config 2 3# Copyright (c) 2016 Linaro Limited. 4# SPDX-License-Identifier: Apache-2.0 5 6config ZEPHYR_HAL_STM32_MODULE 7 bool 8 9config ZEPHYR_HAL_STM32_MODULE_BLOBS 10 bool 11 12config HAS_STM32LIB 13 bool 14 15config HAS_STM32CUBE 16 bool 17 select HAS_CMSIS_CORE 18 depends on SOC_FAMILY_STM32 19 20if HAS_STM32CUBE 21 22config USE_STM32_HAL_ADC 23 bool 24 help 25 Enable STM32Cube Analog-to-Digital Converter (ADC) HAL module driver 26 27config USE_STM32_HAL_ADC_EX 28 bool 29 help 30 Enable STM32Cube Extended Analog-to-Digital Converter (ADC) HAL 31 module driver 32 33config USE_STM32_HAL_BSEC 34 bool 35 help 36 Enable STM32Cube Boot and Security Control (BSEC) HAL module driver 37 38config USE_STM32_HAL_CACHEAXI 39 bool 40 help 41 Enable STM32Cube AXI Cache (CACHEAXI) HAL module driver 42 43config USE_STM32_HAL_CAN 44 bool 45 help 46 Enable STM32Cube Controller Area Network (CAN) HAL module driver 47 48config USE_STM32_HAL_CEC 49 bool 50 help 51 Enable STM32Cube HDMI-CEC controller (CEC) HAL module driver 52 53config USE_STM32_HAL_COMP 54 bool 55 help 56 Enable STM32Cube Ultra Low Power Comparator channels (COMP) HAL module 57 driver 58 59config USE_STM32_HAL_CORDIC 60 bool 61 help 62 Enable STM32Cube CORDIC co-processor (CORDIC) functions HAL module 63 driver 64 65config USE_STM32_HAL_CORTEX 66 bool 67 help 68 Enable STM32Cube CORTEX HAL module driver 69 70config USE_STM32_HAL_CRC 71 bool 72 help 73 Enable STM32Cube Cyclic redundancy check calculation unit (CRC) HAL 74 module driver 75 76config USE_STM32_HAL_CRC_EX 77 bool 78 help 79 Enable STM32Cube Extended Cyclic redundancy check calculation unit 80 (CRC) HAL module driver 81 82config USE_STM32_HAL_CRYP 83 bool 84 help 85 Enable STM32Cube Cryptographic processor (CRYP) HAL module driver 86 87config USE_STM32_HAL_CRYP_EX 88 bool 89 help 90 Enable STM32Cube Extended Cryptographic processor (CRYP) HAL module 91 driver 92 93config USE_STM32_HAL_DAC 94 bool 95 help 96 Enable STM32Cube Digital-to-analog converter (DAC) HAL module driver 97 98config USE_STM32_HAL_DAC_EX 99 bool 100 help 101 Enable STM32Cube Extended Digital-to-analog converter (DAC) HAL module 102 driver 103 104config USE_STM32_HAL_DCACHE 105 bool 106 help 107 Enable STM32Cube data cache (DCACHE) HAL module driver 108 109config USE_STM32_HAL_DCMI 110 bool 111 help 112 Enable STM32Cube Digital camera interface (DCM) HAL module driver 113 114config USE_STM32_HAL_DCMI_EX 115 bool 116 help 117 Enable STM32Cube Extended Digital camera interface (DCM) HAL module 118 driver 119 120config USE_STM32_HAL_DFSDM 121 bool 122 help 123 Enable STM32Cube Digital filter for sigma delta modulators (DFSDM) HAL 124 module driver 125 126config USE_STM32_HAL_DFSDM_EX 127 bool 128 help 129 Enable STM32Cube Extended Digital filter for sigma delta modulators 130 (DFSDM) HAL module driver 131 132config USE_STM32_HAL_DMA 133 bool 134 help 135 Enable STM32Cube Direct Memory Access controller (DMA) HAL module 136 driver 137 138config USE_STM32_HAL_DMA2D 139 bool 140 help 141 Enable STM32Cube Chrom-Art Accelerator™ controller (DMA2D) HAL module 142 driver 143 144config USE_STM32_HAL_DMA_EX 145 bool 146 help 147 Enable STM32Cube Extended Direct Memory Access controller (DMA) HAL 148 module driver 149 150config USE_STM32_HAL_DSI 151 bool 152 help 153 Enable STM32Cube Display Serial Interface Host (DSI) HAL module driver 154 155config USE_STM32_HAL_DTS 156 bool 157 help 158 Enable STM32Cube Digital temperature sensor (DTS) HAL module driver 159 160config USE_STM32_HAL_ETH 161 bool 162 help 163 Enable STM32Cube Ethernet (ETH) HAL module driver 164 165config USE_STM32_HAL_ETH_EX 166 bool 167 help 168 Enable STM32Cube Extended Ethernet (ETH) HAL module driver 169 170config USE_STM32_HAL_EXTI 171 bool 172 help 173 Enable STM32Cube Extended interrupt and event controller (EXTI) HAL 174 module driver 175 176config USE_STM32_HAL_FDCAN 177 bool 178 help 179 Enable STM32Cube Controller area network with flexible data rate 180 (FDCAN) HAL module driver 181 182config USE_STM32_HAL_FIREWALL 183 bool 184 help 185 Enable STM32Cube Firewall HAL module driver 186 187config USE_STM32_HAL_FLASH 188 bool 189 help 190 Enable STM32Cube Embedded Flash Memory (FLASH) HAL module driver 191 192config USE_STM32_HAL_FLASH_EX 193 bool 194 help 195 Enable STM32Cube Extended Embedded Flash Memory (FLASH) HAL module 196 driver 197 198config USE_STM32_HAL_FLASH_RAMFUNC 199 bool 200 help 201 Enable STM32Cube Embedded Flash Memory RAM functions (FLASH_RAMFUNC) 202 HAL module driver 203 204config USE_STM32_HAL_FMAC 205 bool 206 help 207 Enable STM32Cube Filter Math Accelerator (FMAC) HAL module driver 208 209config USE_STM32_HAL_FMPI2C 210 bool 211 help 212 Enable STM32Cube Fast-mode Plus Inter-integrated circuit (FMPI2C) 213 HAL module driver 214 215config USE_STM32_HAL_FMPI2C_EX 216 bool 217 help 218 Enable STM32Cube Extended Fast-mode Plus Inter-integrated circuit 219 (FMPI2C) HAL module driver 220 221config USE_STM32_HAL_GFXMMU 222 bool 223 help 224 Enable STM32Cube Chrom-GRCTM (GFXMMU) HAL module driver 225 226config USE_STM32_HAL_GFXTIM 227 bool 228 help 229 Enable STM32Cube Graphic Timer (GFXTIM) HAL module driver 230 231config USE_STM32_HAL_GPIO 232 bool 233 help 234 Enable STM32Cube General-purpose I/Os (GPIO) HAL module driver 235 236config USE_STM32_HAL_GPIO_EX 237 bool 238 help 239 Enable STM32Cube Extended General-purpose I/Os (GPIO) HAL module 240 driver 241 242config USE_STM32_HAL_GPU2D 243 bool 244 help 245 Enable STM32Cube Neo-Chrom graphic processor (GPU2D) HAL module 246 driver 247 248config USE_STM32_HAL_GTZC 249 bool 250 help 251 Enable STM32Cube Global TrustZone controller (GTZC) HAL module 252 driver 253 254config USE_STM32_HAL_HASH 255 bool 256 help 257 Enable STM32Cube Hash processor (HASH) HAL module driver 258 259config USE_STM32_HAL_HASH_EX 260 bool 261 help 262 Enable STM32Cube Extended Hash processor (HASH) HAL module driver 263 264config USE_STM32_HAL_HCD 265 bool 266 help 267 Enable STM32Cube Host Controller device (HCD) HAL module driver 268 269config USE_STM32_HAL_HRTIM 270 bool 271 help 272 Enable STM32Cube High-Resolution Timer (HRTIM) HAL module driver 273 274config USE_STM32_HAL_HSEM 275 bool 276 help 277 Enable STM32Cube Hardware Semaphore (HSEM) HAL module driver 278 279config USE_STM32_HAL_I2C 280 bool 281 help 282 Enable STM32Cube Inter-integrated circuit (I2C) interface HAL module 283 driver 284 285config USE_STM32_HAL_I2C_EX 286 bool 287 help 288 Enable STM32Cube Extended Inter-integrated circuit (I2C) interface HAL 289 module driver 290 291config USE_STM32_HAL_I2S 292 bool 293 help 294 Enable STM32Cube Inter-IC sound (I2S) HAL module driver 295 296config USE_STM32_HAL_I2S_EX 297 bool 298 help 299 Enable STM32Cube Extended Inter-IC sound (I2S) HAL module driver 300 301config USE_STM32_HAL_I3C 302 bool 303 help 304 Enable STM32Cube Improved inter-integrated circuit (I3C) HAL module 305 driver 306 307config USE_STM32_HAL_ICACHE 308 bool 309 help 310 Enable STM32Cube Instruction cache (ICACHE) HAL module driver 311 312config USE_STM32_HAL_IPCC 313 bool 314 help 315 Enable STM32Cube Inter-Processor communication controller (IPCC) HAL 316 module driver 317 318config USE_STM32_HAL_IRDA 319 bool 320 help 321 Enable STM32Cube Infrared Data Association (IRDA) HAL module driver 322 323config USE_STM32_HAL_IWDG 324 bool 325 help 326 Enable STM32Cube Independent watchdog (IWDG) HAL module driver 327 328config USE_STM32_HAL_JPEG 329 bool 330 help 331 Enable STM32Cube Jpeg codec (JPEG) HAL module driver 332 333config USE_STM32_HAL_LCD 334 bool 335 help 336 Enable STM32Cube LCD controller (LCD) HAL module driver 337 338config USE_STM32_HAL_LPTIM 339 bool 340 help 341 Enable STM32Cube Low Power Timer (LPTIM) HAL module driver 342 343config USE_STM32_HAL_LTDC 344 bool 345 help 346 Enable STM32Cube LCD-TFT controller (LTDC) HAL module driver 347 348config USE_STM32_HAL_LTDC_EX 349 bool 350 help 351 Enable STM32Cube Extended LCD-TFT controller (LTDC) HAL module driver 352 353config USE_STM32_HAL_MCE 354 bool 355 help 356 Enable STM32Cube Memory Cipher Engine (MCE) HAL module driver 357 358config USE_STM32_HAL_MDF 359 bool 360 help 361 Enable STM32Cube Multi-function digital filter (MDF) HAL module driver 362 363config USE_STM32_HAL_MDIOS 364 bool 365 help 366 Enable STM32Cube Management data input/output (MDIOS) HAL module 367 driver 368 369config USE_STM32_HAL_MDMA 370 bool 371 help 372 Enable STM32Cube Master Direct Memory Access controller (MDMA) HAL 373 module driver 374 375config USE_STM32_HAL_MMC 376 bool 377 help 378 Enable STM32Cube MultiMediaCard interface (SDMMC) HAL module driver 379 380config USE_STM32_HAL_MMC_EX 381 bool 382 help 383 Enable STM32Cube Extended MultiMediaCard interface (SDMMC) HAL module 384 driver 385 386config USE_STM32_HAL_MSP 387 bool 388 help 389 Enable STM32Cube MCU Support Package (MSP) HAL module driver 390 391config USE_STM32_HAL_NAND 392 bool 393 help 394 Enable STM32Cube NAND Controller (NAND) HAL module driver 395 396config USE_STM32_HAL_NOR 397 bool 398 help 399 Enable STM32Cube NOR Controller (NOR) HAL module driver 400 401config USE_STM32_HAL_OPAMP 402 bool 403 help 404 Enable STM32Cube Operational amplifiers (OPAMP) HAL module driver 405 406config USE_STM32_HAL_OPAMP_EX 407 bool 408 help 409 Enable STM32Cube Extended Operational amplifiers (OPAMP) HAL module 410 driver 411 412config USE_STM32_HAL_OSPI 413 bool 414 help 415 Enable STM32Cube Octo-SPI interface (OSPI) HAL module driver 416 417config USE_STM32_HAL_OTFDEC 418 bool 419 help 420 Enable STM32Cube On-the-fly decryption engine (OTFDEC) HAL module 421 driver 422 423config USE_STM32_HAL_PCCARD 424 bool 425 help 426 Enable STM32Cube PCCard memories (PCCARD) HAL module driver 427 428config USE_STM32_HAL_PCD 429 bool 430 help 431 Enable STM32Cube USB Peripheral Controller (PCD) HAL module driver 432 433config USE_STM32_HAL_PCD_EX 434 bool 435 help 436 Enable STM32Cube Extended USB Peripheral Controller (PCD) HAL module 437 driver 438 439config USE_STM32_HAL_PKA 440 bool 441 help 442 Enable STM32Cube Public key accelerator (PKA) HAL module driver 443 444config USE_STM32_HAL_PSSI 445 bool 446 help 447 Enable STM32Cube Parallel Synchronous Slave Interface (PSSI) 448 HAL module driver 449 450config USE_STM32_HAL_PWR 451 bool 452 help 453 Enable STM32Cube Power control (PWR) HAL module driver 454 455config USE_STM32_HAL_PWR_EX 456 bool 457 help 458 Enable STM32Cube Extended Power control (PWR) HAL module driver 459 460config USE_STM32_HAL_QSPI 461 bool 462 help 463 Enable STM32Cube Quad-SPI interface (QSPI) HAL module driver 464 465config USE_STM32_HAL_RAMCFG 466 bool 467 help 468 Enable STM32Cube RAMs configuration controller (RAMCFG) HAL module 469 driver 470 471config USE_STM32_HAL_RADIO 472 bool 473 help 474 Enable STM32Cube Radio HAL module driver 475 476config USE_STM32_HAL_RADIO_TIMER 477 bool 478 help 479 Enable STM32Cube Radio Timer HAL module driver 480 481config USE_STM32_HAL_RAMECC 482 bool 483 help 484 Enable STM32Cube RAM ECC monitoring (RAMECC) HAL module driver 485 486config USE_STM32_HAL_RIF 487 bool 488 help 489 Enable STM32Cube Resource Isolation Framework (RIF) HAL module driver 490 491config USE_STM32_HAL_RNG 492 bool 493 help 494 Enable STM32Cube True random number generator (RNG) HAL module driver 495 496config USE_STM32_HAL_RNG_EX 497 bool 498 help 499 Enable STM32Cube Extended True random number generator (RNG) HAL module driver 500 501config USE_STM32_HAL_RTC 502 bool 503 help 504 Enable STM32Cube Real-time clock (RTC) HAL module driver 505 506config USE_STM32_HAL_RTC_EX 507 bool 508 help 509 Enable STM32Cube Extended Real-time clock (RTC) HAL module driver 510 511config USE_STM32_HAL_SAI 512 bool 513 help 514 Enable STM32Cube Serial audio interface (SAI) HAL module driver 515 516config USE_STM32_HAL_SAI_EX 517 bool 518 help 519 Enable STM32Cube Extended Serial audio interface (SAI) HAL module 520 driver 521 522config USE_STM32_HAL_SD 523 bool 524 help 525 Enable STM32Cube Secure digital input/output MultiMediaCard interface 526 (SDMMC) HAL module driver 527 528config USE_STM32_HAL_SD_EX 529 bool 530 help 531 Enable STM32Cube Extended Secure digital input/output MultiMediaCard 532 interface (SDMMC) HAL module driver 533 534config USE_STM32_HAL_SDADC 535 bool 536 help 537 Enable STM32Cube SDADC HAL module driver 538 539config USE_STM32_HAL_SDIO 540 bool 541 help 542 Enable STM32Cube Secure digital input/output interface (SDIO) 543 HAL module driver 544 545config USE_STM32_HAL_SDRAM 546 bool 547 help 548 Enable STM32Cube SDRAM controller (SDRAM) HAL module driver 549 550config USE_STM32_HAL_SMARTCARD 551 bool 552 help 553 Enable STM32Cube Smartcard controller (SMARTCARD) HAL module driver 554 555config USE_STM32_HAL_SMARTCARD_EX 556 bool 557 help 558 Enable STM32Cube Extended Smartcard controller (SMARTCARD) HAL module 559 driver 560 561config USE_STM32_HAL_SMBUS 562 bool 563 help 564 Enable STM32Cube System Management Bus (SMBus) HAL module driver 565 566config USE_STM32_HAL_SMBUS_EX 567 bool 568 help 569 Enable STM32Cube Extended System Management Bus (SMBus) HAL module driver 570 571config USE_STM32_HAL_SPDIFRX 572 bool 573 help 574 Enable STM32Cube SPDIF receiver interface (SPDIFRX) HAL module driver 575 576config USE_STM32_HAL_SPI 577 bool 578 help 579 Enable STM32Cube Serial peripheral interface (SPI) HAL module driver 580 581config USE_STM32_HAL_SPI_EX 582 bool 583 help 584 Enable STM32Cube Extended Serial peripheral interface (SPI) HAL module 585 driver 586 587config USE_STM32_HAL_SRAM 588 bool 589 help 590 Enable STM32Cube SRAM controller (SRAM) HAL module driver 591 592config USE_STM32_HAL_SWPMI 593 bool 594 help 595 Enable STM32Cube Single Wire Protocol Master Interface (SWPMI) HAL 596 module 597 598config USE_STM32_HAL_TIM 599 bool 600 help 601 Enable STM32Cube Timer (TIM) HAL module driver 602 603config USE_STM32_HAL_TIM_EX 604 bool 605 help 606 Enable STM32Cube Extended Timer (TIM) HAL module driver 607 608config USE_STM32_HAL_TSC 609 bool 610 help 611 Enable STM32Cube Touch sensing controller (TSC) HAL module driver 612 613config USE_STM32_HAL_UART 614 bool 615 help 616 Enable STM32Cube Universal asynchronous receiver transmitter (USART) 617 HAL module driver 618 619config USE_STM32_HAL_UART_EX 620 bool 621 help 622 Enable STM32Cube Extended Universal asynchronous receiver transmitter 623 (USART) HAL module driver 624 625config USE_STM32_HAL_USART 626 bool 627 help 628 Enable STM32Cube Universal synchronous asynchronous receiver 629 transmitter (USART) HAL module driver 630 631config USE_STM32_HAL_USART_EX 632 bool 633 help 634 Enable STM32Cube Extended Universal synchronous asynchronous receiver 635 transmitter (USART) HAL module driver 636 637config USE_STM32_HAL_WWDG 638 bool 639 help 640 Enable STM32Cube System window watchdog (WWDG) HAL module driver 641 642config USE_STM32_HAL_XSPI 643 bool 644 help 645 Enable STM32Cube OctoSPI (XSPI) HAL module driver 646 647config USE_STM32_LL_ADC 648 bool 649 help 650 Enable STM32Cube Analog-to-Digital Converter (ADC) LL module driver 651 652config USE_STM32_LL_BDMA 653 bool 654 help 655 Enable STM32Cube Basic direct memory access controller (BDMA) LL 656 module driver 657 658config USE_STM32_LL_COMP 659 bool 660 help 661 Enable STM32Cube Ultra Low Power Comparator channels (COMP) LL module 662 driver 663 664config USE_STM32_LL_CORDIC 665 bool 666 help 667 Enable STM32Cube CORDIC co-processor (CORDIC) functions LL module 668 driver 669 670config USE_STM32_LL_CRC 671 bool 672 help 673 Enable STM32Cube Cyclic redundancy check calculation unit (CRC) LL 674 module driver 675 676config USE_STM32_LL_CRS 677 bool 678 help 679 Enable STM32Cube Clock recovery system (CRS) LL module driver 680 681config USE_STM32_LL_DAC 682 bool 683 help 684 Enable STM32Cube Digital-to-analog converter (DAC) LL module driver 685 686config USE_STM32_LL_DELAYBLOCK 687 bool 688 help 689 Enable STM32Cube DelayBlock (DELAYBLOCK) LL module driver (stm32H7 or stm32MP1) 690 691config USE_STM32_LL_DLYB 692 bool 693 help 694 Enable STM32Cube DelayBlock (DELAYBLOCK) LL module driver (stm32U5 or STM32N6) 695 696config USE_STM32_LL_DMA 697 bool 698 help 699 Enable STM32Cube Direct Memory Access controller (DMA) LL module 700 driver 701 702config USE_STM32_LL_DMA2D 703 bool 704 help 705 Enable STM32Cube Chrom-Art Accelerator™ controller (DMA2D) LL module 706 driver 707 708config USE_STM32_LL_EXTI 709 bool 710 help 711 Enable STM32Cube Extended interrupt and event controller (EXTI) LL 712 module driver 713 714config USE_STM32_LL_FMAC 715 bool 716 help 717 Enable STM32Cube Filter Math Accelerator (FMAC) LL module driver 718 719config USE_STM32_LL_FMC 720 bool 721 help 722 Enable STM32Cube Flexible memory controller (FMC) LL module driver 723 724config USE_STM32_LL_FSMC 725 bool 726 help 727 Enable STM32Cube Flexible static memory controller (FSMC) LL module 728 driver 729 730config USE_STM32_LL_GPIO 731 bool 732 help 733 Enable STM32Cube Extended General-purpose I/Os (GPIO) LL module driver 734 735config USE_STM32_LL_HRTIM 736 bool 737 help 738 Enable STM32Cube High-Resolution Timer (HRTIM) LL module driver 739 740config USE_STM32_LL_I2C 741 bool 742 help 743 Enable STM32Cube Inter-integrated circuit (I2C) interface LL module 744 driver 745 746config USE_STM32_LL_I3C 747 bool 748 help 749 Enable STM32Cube Improved inter-integrated circuit (I3C) LL module 750 driver 751 752config USE_STM32_LL_ICACHE 753 bool 754 help 755 Enable STM32Cube Instruction cache (ICACHE) LL module driver 756 757config USE_STM32_LL_IPCC 758 bool 759 help 760 Enable STM32Cube Inter-Processor communication controller (IPCC) LL 761 module driver 762 763config USE_STM32_LL_LPGPIO 764 bool 765 help 766 Enable STM32Cube Low-power general-purpose I/Os (LPGPIO) LL 767 module driver 768 769config USE_STM32_LL_LPTIM 770 bool 771 help 772 Enable STM32Cube Low Power Timer (LPTIM) LL module driver 773 774config USE_STM32_LL_LPUART 775 bool 776 help 777 Enable STM32Cube Low-power universal asynchronous receiver 778 transmitter (LPUART) LL module driver 779 780config USE_STM32_LL_MDMA 781 bool 782 help 783 Enable STM32Cube Master Direct Memory Access controller (MDMA) LL 784 module driver 785 786config USE_STM32_LL_OPAMP 787 bool 788 help 789 Enable STM32Cube Operational amplifiers (OPAMP) LL module driver 790 791config USE_STM32_LL_PKA 792 bool 793 help 794 Enable STM32Cube Public key accelerator (PKA) LL module driver 795 796config USE_STM32_LL_PWR 797 bool 798 help 799 Enable STM32Cube Power control (PWR) LL module driver 800 801config USE_STM32_LL_RCC 802 bool 803 help 804 Enable STM32Cube Reset and Clock Control (RCC) LL module driver 805 806config USE_STM32_LL_RNG 807 bool 808 help 809 Enable STM32Cube True random number generator (RNG) LL module driver 810 811config USE_STM32_LL_RTC 812 bool 813 help 814 Enable STM32Cube Real-time clock (RTC) LL module driver 815 816config USE_STM32_LL_SDMMC 817 bool 818 help 819 Enable STM32Cube SD/SDIO/MMC card host interface (SDMMC) LL module 820 driver 821 822config USE_STM32_LL_SPI 823 bool 824 help 825 Enable STM32Cube Serial peripheral interface (SPI) LL module driver 826 827config USE_STM32_LL_SWPMI 828 bool 829 help 830 Enable STM32Cube Single Wire Protocol Master Interface (SWPMI) LL 831 module driver 832 833config USE_STM32_LL_TIM 834 bool 835 help 836 Enable STM32Cube Timer (TIM) LL module driver 837 838config USE_STM32_LL_UCPD 839 bool 840 help 841 Enable STM32Cube USB Power Delivery device interface 842 (UCPD) LL module driver 843 844config USE_STM32_LL_USART 845 bool 846 help 847 Enable STM32Cube Universal synchronous asynchronous receiver 848 transmitter (USART) LL module driver 849 850config USE_STM32_LL_USB 851 bool 852 help 853 Enable STM32Cube Universal serial bus full-speed device interface 854 (USB) LL module driver 855 856config USE_STM32_LL_UTILS 857 bool 858 help 859 Enable STM32Cube Utility functions (UTILS) LL module driver 860 861config USE_STM32_LL_VENC 862 bool 863 help 864 Enable STM32Cube Video Encoder (VENC) LL module driver 865 866config USE_STM32_UTIL_I3C 867 bool 868 help 869 Enable STM32Cube I3C Timing Utility functions (UTILS) module driver 870 871endif # HAS_STM32CUBE 872